mirror of
https://github.com/whscullin/apple2js.git
synced 2024-01-12 14:14:38 +00:00
Better watch behavior.
This commit is contained in:
parent
42b30141ad
commit
8fc980c579
@ -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: [
|
||||||
|
Loading…
Reference in New Issue
Block a user