Skip to content

Commit

Permalink
Add react-app-rewired to fix issue with webpack 5
Browse files Browse the repository at this point in the history
  • Loading branch information
HangLe committed Feb 7, 2024
1 parent a159559 commit b8b3a45
Show file tree
Hide file tree
Showing 3 changed files with 40 additions and 20,768 deletions.
6 changes: 6 additions & 0 deletions config-overrides.js
Original file line number Diff line number Diff line change
@@ -0,0 +1,6 @@
module.exports = function override(config) {
config.resolve.fallback = Object.assign(config.resolve.fallback || {}, {
path: require.resolve("path-browserify"),
})
return config
}
Loading

0 comments on commit b8b3a45

Please sign in to comment.