Set --host on package.json start command
This commit is contained in:
@@ -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: [
|
||||
|
||||
Reference in New Issue
Block a user