devserver listen on 0.0.0.0
This commit is contained in:
parent
ca337c2ff9
commit
91c310f977
|
@ -18,6 +18,7 @@ module.exports = (env) => ({
|
||||||
devServer: {
|
devServer: {
|
||||||
contentBase: './dist',
|
contentBase: './dist',
|
||||||
hot: true,
|
hot: true,
|
||||||
|
host: '0.0.0.0',
|
||||||
},
|
},
|
||||||
plugins: [
|
plugins: [
|
||||||
new MiniCssExtractPlugin({
|
new MiniCssExtractPlugin({
|
||||||
|
|
Loading…
Reference in New Issue