ComicMTL / frontend /babel.config.js
BloodyInside's picture
firsty
947c08e
module.exports = function (api) {
api.cache(true);
return {
presets: ['babel-preset-expo'],
env: {
production: {
plugins: ['react-native-paper/babel'],
},
},
};
};