Better watch behavior.

This commit is contained in:
Will Scullin
2020-08-23 06:36:09 -07:00
parent 42b30141ad
commit 8fc980c579

View File

@@ -16,7 +16,10 @@ module.exports =
devServer: { devServer: {
compress: true, compress: true,
publicPath: '/dist/', publicPath: '/dist/',
watchContentBase: true watchContentBase: true,
watchOptions: {
ignored: /node_modules/
}
}, },
module: { module: {
rules: [ rules: [