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 32abf64 commit 9a85f2dCopy full SHA for 9a85f2d
src/haul.config.js
@@ -8,6 +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))/;
12
config.plugins.push(new Visualizer());
13
14
return config;
0 commit comments