application-amicale/babel.config.js

9 lines
161 B
JavaScript
Raw Normal View History

module.exports = {
presets: ['module:metro-react-native-babel-preset'],
env: {
production: {
plugins: ['react-native-paper/babel'],
},
},
2019-06-25 22:16:14 +02:00
};