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: {
|
||||
compress: true,
|
||||
publicPath: '/dist/',
|
||||
watchContentBase: true
|
||||
watchContentBase: true,
|
||||
watchOptions: {
|
||||
ignored: /node_modules/
|
||||
}
|
||||
},
|
||||
module: {
|
||||
rules: [
|
||||
|
Loading…
Reference in New Issue
Block a user