databag/app/mobile/babel.config.js
2022-09-06 14:38:53 -07:00

7 lines
106 B
JavaScript

module.exports = function(api) {
api.cache(true);
return {
presets: ['babel-preset-expo']
};
};