1
0
Ответвление 0
ответвлён от vergnet/application-amicale
application-amicale/babel.config.js
2020-09-21 21:14:42 +02:00

8 строки
161 Б
JavaScript

module.exports = {
presets: ['module:metro-react-native-babel-preset'],
env: {
production: {
plugins: ['react-native-paper/babel'],
},
},
};