application-amicale/babel.config.js
2019-06-25 22:16:14 +02:00

6 lines
107 B
JavaScript

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