Geotouchka.mobile/babel.config.js

7 lines
108 B
JavaScript
Raw Normal View History

2024-08-02 00:59:19 +07:00
module.exports = function (api) {
api.cache(true);
return {
presets: ['babel-preset-expo'],
};
};