Commit 060c79588e83335aab143d927052ec79e610ec3b

Authored by huanghong
1 parent 9d3aada3

remove devServer

Showing 1 changed file with 1 additions and 4 deletions   Show diff stats
build/webpack.dev.config.js
@@ -41,8 +41,5 @@ module.exports = merge(webpackBaseConfig, { @@ -41,8 +41,5 @@ module.exports = merge(webpackBaseConfig, {
41 template: path.join(__dirname, '../examples/index.html') 41 template: path.join(__dirname, '../examples/index.html')
42 }), 42 }),
43 new FriendlyErrorsPlugin() 43 new FriendlyErrorsPlugin()
44 - ],  
45 - devServer:{  
46 - host: '0.0.0.0'  
47 - } 44 + ]
48 }); 45 });