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