diff --git a/webpack.config.js b/webpack.config.js index d42a8c6..7000d7f 100644 --- a/webpack.config.js +++ b/webpack.config.js @@ -15,6 +15,9 @@ module.exports = devServer: { compress: true, publicPath: '/dist/', - watchContentBase: true + watchContentBase: true, + watchOptions: { + ignored: /node_modules/ + } } };