Commit 176b59a0 authored by wildfirecode's avatar wildfirecode

1

parent 4eb86009
......@@ -20,8 +20,10 @@ var serverStart = opts => {
const devServerOptions = {
host: '0.0.0.0',
watchContentBase: true,
watchOptions: opts.devServerWatchOptions,
watchContentBase: false,
watchOptions: {
ignored: /mock/
},
contentBase: '.',
proxy: opts.proxy,
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