Skip to content

Commit

Permalink
fix: closes #11473, kudos to @pitaj
Browse files Browse the repository at this point in the history
  • Loading branch information
barisusakli committed Apr 12, 2023
1 parent 550d125 commit 57d64b3
Showing 1 changed file with 3 additions and 0 deletions.
3 changes: 3 additions & 0 deletions webpack.common.js
Original file line number Diff line number Diff line change
Expand Up @@ -34,6 +34,9 @@ module.exports = {
},
},
},
snapshot: {
managedPaths: [new RegExp(`^(.+?[\\\\/]node_modules)[\\\\/](?!${activePlugins.join('|')})`)],
},
watchOptions: {
poll: 500,
aggregateTimeout: 250,
Expand Down

0 comments on commit 57d64b3

Please sign in to comment.