diff --git a/webpack.config.js b/webpack.config.js index 2b2f3e3..9929619 100644 --- a/webpack.config.js +++ b/webpack.config.js @@ -118,6 +118,9 @@ module.exports = { resolve: { modules: [ nodedir ], }, + watchOptions: { + ignored: /node_modules/, + }, entry: info.entries, externals: externals, output: output,