|
@@ -10,7 +10,7 @@ const HtmlWebpackPlugin = require('html-webpack-plugin')
|
|
|
const FriendlyErrorsPlugin = require('friendly-errors-webpack-plugin')
|
|
|
const portfinder = require('portfinder')
|
|
|
|
|
|
-const HOST = '192.168.0.172'
|
|
|
+const HOST = '0.0.0.0'
|
|
|
const PORT = process.env.PORT && Number(process.env.PORT)
|
|
|
|
|
|
const devWebpackConfig = merge(baseWebpackConfig, {
|