mirror of
https://github.com/microsoft/frontend-bootcamp.git
synced 2026-01-26 14:56:42 +08:00
we have persistence!
This commit is contained in:
@@ -72,6 +72,9 @@ module.exports = function() {
|
||||
devServer: {
|
||||
contentBase: path.resolve(__dirname),
|
||||
watchContentBase: true,
|
||||
watchOptions: {
|
||||
ignored: /tmp.json/
|
||||
},
|
||||
hot: false,
|
||||
stats: 'errors-only',
|
||||
overlay: true,
|
||||
|
||||
Reference in New Issue
Block a user