Skip to content

Commit

Permalink
Update webpack.config.js
Browse files Browse the repository at this point in the history
Co-authored-by: Kai Hao <kevin830726@gmail.com>
  • Loading branch information
gziolo and kevin940726 committed Mar 30, 2021
1 parent 44408eb commit d2acef7
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion webpack.config.js
Original file line number Diff line number Diff line change
Expand Up @@ -270,7 +270,7 @@ module.exports = {
new DependencyExtractionWebpackPlugin( { injectPolyfill: true } ),
].filter( Boolean ),
watchOptions: {
ignored: /^(?!.*\/packages\/.*\/build-module\/.*)$/,
ignored: /^(?!.*\/packages\/.*\/build-module\/.*).*$/,
aggregateTimeout: 500,
},
devtool,
Expand Down

0 comments on commit d2acef7

Please sign in to comment.