Skip to content

Commit 6f84d8b

Browse files
committed
Addex expo-libs to the list of libs that are always transpiled
1 parent dd799ca commit 6f84d8b

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

src/haul.config.js

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -8,7 +8,7 @@ export default {
88
entry: getEntryPoint()
99
})(env);
1010

11-
config.module.rules[1].exclude = /node_modules(?!.*[\/\\](react|@react-navigation|@react-native-community|@expo|pretty-format|haul|metro))/;
11+
config.module.rules[1].exclude = /node_modules(?!.*[\/\\](react|@react-navigation|@react-native-community|@expo|expo|expo-|pretty-format|haul|metro))/;
1212
config.plugins.push(new Visualizer());
1313

1414
return config;

0 commit comments

Comments
 (0)