Skip to content

Commit

Permalink
Update webpack.config.js
Browse files Browse the repository at this point in the history
Ignoring watch of node modules to mitigate error on amplify with chokidar. Build timeout error.
  • Loading branch information
shashankmc authored Oct 31, 2023
1 parent 47cff00 commit 27035e2
Showing 1 changed file with 3 additions and 0 deletions.
3 changes: 3 additions & 0 deletions webpack.config.js
Original file line number Diff line number Diff line change
Expand Up @@ -16,6 +16,9 @@ module.exports = async function (env, argv) {
},
],
},
watchOptions: {
ignored: '**/node_modules',
},
babel: {
dangerouslyAddModulePathsToTranspile: ["@rjsf/material-ui"],
},
Expand Down

0 comments on commit 27035e2

Please sign in to comment.