mirror of
https://github.com/BlueWallet/BlueWallet.git
synced 2024-11-19 01:40:12 +01:00
Update metro.config.js
This commit is contained in:
parent
6fb98b60f4
commit
543acb155e
@ -1,17 +1,11 @@
|
|||||||
/**
|
const { getDefaultConfig, mergeConfig } = require('@react-native/metro-config');
|
||||||
* Metro configuration for React Native
|
|
||||||
* https://github.com/facebook/react-native
|
|
||||||
*
|
|
||||||
* @format
|
|
||||||
*/
|
|
||||||
|
|
||||||
module.exports = {
|
/**
|
||||||
transformer: {
|
* Metro configuration
|
||||||
getTransformOptions: async () => ({
|
* https://reactnative.dev/docs/metro
|
||||||
transform: {
|
*
|
||||||
experimentalImportSupport: false,
|
* @type {import('metro-config').MetroConfig}
|
||||||
inlineRequires: true,
|
*/
|
||||||
},
|
const config = {};
|
||||||
}),
|
|
||||||
},
|
module.exports = mergeConfig(getDefaultConfig(__dirname), config);
|
||||||
};
|
|
||||||
|
Loading…
Reference in New Issue
Block a user