mirror of
https://gitcode.com/gh_mirrors/re/react-native-pushy.git
synced 2025-10-07 19:05:13 +08:00
9 lines
161 B
JavaScript
9 lines
161 B
JavaScript
module.exports = {
|
|
presets: ['module:metro-react-native-babel-preset'],
|
|
env: {
|
|
production: {
|
|
plugins: ['react-native-paper/babel'],
|
|
},
|
|
},
|
|
};
|