tooot/babel.config.js

7 lines
107 B
JavaScript
Raw Normal View History

2020-10-20 10:28:42 +02:00
module.exports = function(api) {
api.cache(true);
return {
presets: ['babel-preset-expo'],
};
};