1
0
Fork 0
mirror of https://github.com/BlueWallet/BlueWallet.git synced 2025-03-16 12:13:07 +01:00
BlueWallet/metro.config.js
Marcos Rodriguez Velez 45caaf7792
Lint
2024-05-04 18:06:30 -04:00

17 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,
},
}),
},
};