Better watch behavior.

This commit is contained in:
Will Scullin 2020-08-23 06:36:09 -07:00
parent 42b30141ad
commit 8fc980c579
No known key found for this signature in database
GPG Key ID: 9092A5C0A673416B
1 changed files with 4 additions and 1 deletions

View File

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