We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent dd799ca commit 6f84d8bCopy full SHA for 6f84d8b
src/haul.config.js
@@ -8,7 +8,7 @@ export default {
8
entry: getEntryPoint()
9
})(env);
10
11
- config.module.rules[1].exclude = /node_modules(?!.*[\/\\](react|@react-navigation|@react-native-community|@expo|pretty-format|haul|metro))/;
+ config.module.rules[1].exclude = /node_modules(?!.*[\/\\](react|@react-navigation|@react-native-community|@expo|expo|expo-|pretty-format|haul|metro))/;
12
config.plugins.push(new Visualizer());
13
14
return config;
0 commit comments