diff --git a/webpack.config.js b/webpack.config.js index d30158f..dc5a7c3 100644 --- a/webpack.config.js +++ b/webpack.config.js @@ -16,7 +16,10 @@ module.exports = devServer: { compress: true, publicPath: '/dist/', - watchContentBase: true + watchContentBase: true, + watchOptions: { + ignored: /node_modules/ + } }, module: { rules: [