Set --host on package.json start command

This commit is contained in:
Aarni Halinen
2018-08-14 22:55:53 +03:00
parent f3fa6de945
commit 44833d5e3d
3 changed files with 3 additions and 3 deletions
+2 -1
View File
@@ -15,7 +15,8 @@ module.exports = merge(commonConfig, {
],
devServer: {
hot: true, // Enable HMR on the server
historyApiFallback: true
historyApiFallback: true,
// public: '0.0.0.0:8080',
},
devtool: "cheap-module-eval-source-map",
plugins: [