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

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: [