1
0
mirror of synced 2024-11-23 23:01:00 +01:00
eAMEMu_RN/metro.config.js
2023-02-05 01:41:52 +09:00

18 lines
299 B
JavaScript

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