Files
minibits_wallet/babel.config.js
2024-09-17 00:52:26 +02:00

18 lines
432 B
JavaScript

module.exports = {
presets: ['module:@react-native/babel-preset'],
plugins: [
[
'module-resolver',
{
alias: {
'crypto': 'react-native-quick-crypto',
'stream': 'stream-browserify',
'buffer': '@craftzdog/react-native-buffer',
},
},
],
'module:react-native-dotenv',
'react-native-reanimated/plugin'
],
};