Commit 6b1e0456 by liupt

Update webpack.dev.conf.js

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