Skip to content

Commit

Permalink
fix: @expo changed to expo in babel-loader config in webpack conf…
Browse files Browse the repository at this point in the history
…ig templates (#470)

* fix: `@expo` changed to `expo` in babel-loader config in webpack config templates

* fix: `@expo` changed to `expo` in webpack config in TesterApp

---------

Co-authored-by: Rafał Zakrzewski <[email protected]>
  • Loading branch information
outsung and RafikiTiki authored Dec 14, 2023
1 parent e1e1927 commit 90f550f
Show file tree
Hide file tree
Showing 3 changed files with 3 additions and 3 deletions.
2 changes: 1 addition & 1 deletion packages/TesterApp/webpack.config.mjs
Original file line number Diff line number Diff line change
Expand Up @@ -160,7 +160,7 @@ export default (env) => {
/node_modules(.*[/\\])+@react-native/,
/node_modules(.*[/\\])+@react-navigation/,
/node_modules(.*[/\\])+@react-native-community/,
/node_modules(.*[/\\])+@expo/,
/node_modules(.*[/\\])+expo/,
/node_modules(.*[/\\])+pretty-format/,
/node_modules(.*[/\\])+metro/,
/node_modules(.*[/\\])+abort-controller/,
Expand Down
2 changes: 1 addition & 1 deletion templates/webpack.config.cjs
Original file line number Diff line number Diff line change
Expand Up @@ -153,7 +153,7 @@ module.exports = (env) => {
/node_modules(.*[/\\])+@react-native/,
/node_modules(.*[/\\])+@react-navigation/,
/node_modules(.*[/\\])+@react-native-community/,
/node_modules(.*[/\\])+@expo/,
/node_modules(.*[/\\])+expo/,
/node_modules(.*[/\\])+pretty-format/,
/node_modules(.*[/\\])+metro/,
/node_modules(.*[/\\])+abort-controller/,
Expand Down
2 changes: 1 addition & 1 deletion templates/webpack.config.mjs
Original file line number Diff line number Diff line change
Expand Up @@ -155,7 +155,7 @@ export default (env) => {
/node_modules(.*[/\\])+@react-native/,
/node_modules(.*[/\\])+@react-navigation/,
/node_modules(.*[/\\])+@react-native-community/,
/node_modules(.*[/\\])+@expo/,
/node_modules(.*[/\\])+expo/,
/node_modules(.*[/\\])+pretty-format/,
/node_modules(.*[/\\])+metro/,
/node_modules(.*[/\\])+abort-controller/,
Expand Down

0 comments on commit 90f550f

Please sign in to comment.