bigbluebutton-tablet/metro.config.js

18 lines
299 B
JavaScript
Raw Normal View History

2022-02-12 05:27:29 +08:00
/**
* Metro configuration for React Native
* https://github.com/facebook/react-native
*
* @format
*/
module.exports = {
transformer: {
getTransformOptions: async () => ({
transform: {
experimentalImportSupport: false,
inlineRequires: true,
},
}),
},
};