databag/app/mobile/babel.config.js

7 lines
106 B
JavaScript
Raw Normal View History

2022-09-06 21:38:53 +00:00
module.exports = function(api) {
api.cache(true);
return {
presets: ['babel-preset-expo']
};
2022-01-14 07:59:53 +00:00
};