mirror of
https://gitcode.com/GitHub_Trending/ji/jitsi-meet.git
synced 2025-12-30 11:22:31 +00:00
10 lines
219 B
JavaScript
10 lines
219 B
JavaScript
module.exports = {
|
|
presets: [ 'module:metro-react-native-babel-preset' ],
|
|
env: {
|
|
production: {
|
|
plugins: [ 'react-native-paper/babel' ]
|
|
}
|
|
},
|
|
plugins: [ 'optional-require' ]
|
|
};
|