diff --git a/build/webpack.dev.config.js b/build/webpack.dev.config.js index 28992d5..46755a6 100644 --- a/build/webpack.dev.config.js +++ b/build/webpack.dev.config.js @@ -41,8 +41,5 @@ module.exports = merge(webpackBaseConfig, { template: path.join(__dirname, '../examples/index.html') }), new FriendlyErrorsPlugin() - ], - devServer:{ - host: '0.0.0.0' - } + ] }); -- libgit2 0.21.4