we have persistence!

This commit is contained in:
Ken
2019-02-18 12:02:55 -08:00
parent a709417642
commit d98bda36ad
5 changed files with 50 additions and 16 deletions

View File

@@ -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,