Better dev server watching.

This commit is contained in:
Will Scullin 2020-09-08 20:48:44 -07:00
parent 955e87bc35
commit 69707cb184
No known key found for this signature in database
GPG Key ID: 9092A5C0A673416B
1 changed files with 4 additions and 1 deletions

View File

@ -15,6 +15,9 @@ module.exports =
devServer: {
compress: true,
publicPath: '/dist/',
watchContentBase: true
watchContentBase: true,
watchOptions: {
ignored: /node_modules/
}
}
};