Commit 6b1e0456 by liupt

Update webpack.dev.conf.js

parent 8265e859
......@@ -42,7 +42,8 @@ const devWebpackConfig = merge(baseWebpackConfig, {
quiet: true, // necessary for FriendlyErrorsPlugin
watchOptions: {
poll: config.dev.poll,
}
},
disableHostCheck: true
},
plugins: [
new webpack.DefinePlugin({
......
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