mirror of
https://github.com/whscullin/apple1js.git
synced 2024-10-31 16:04:34 +00:00
Better dev server watching.
This commit is contained in:
parent
955e87bc35
commit
69707cb184
@ -15,6 +15,9 @@ module.exports =
|
||||
devServer: {
|
||||
compress: true,
|
||||
publicPath: '/dist/',
|
||||
watchContentBase: true
|
||||
watchContentBase: true,
|
||||
watchOptions: {
|
||||
ignored: /node_modules/
|
||||
}
|
||||
}
|
||||
};
|
||||
|
Loading…
Reference in New Issue
Block a user