timepill-app/metro.config.js
li.zhaoguang 89487b4eaa init
2019-04-16 17:33:08 +08:00

17 lines
300 B
JavaScript

/**
* Metro configuration for React Native
* https://github.com/facebook/react-native
*
* @format
*/
module.exports = {
transformer: {
getTransformOptions: async () => ({
transform: {
experimentalImportSupport: false,
inlineRequires: false,
},
}),
},
};