Commit 176b59a0 authored by wildfirecode's avatar wildfirecode

1

parent 4eb86009
...@@ -20,8 +20,10 @@ var serverStart = opts => { ...@@ -20,8 +20,10 @@ var serverStart = opts => {
const devServerOptions = { const devServerOptions = {
host: '0.0.0.0', host: '0.0.0.0',
watchContentBase: true, watchContentBase: false,
watchOptions: opts.devServerWatchOptions, watchOptions: {
ignored: /mock/
},
contentBase: '.', contentBase: '.',
proxy: opts.proxy, proxy: opts.proxy,
after(app) { after(app) {
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment