devserver listen on 0.0.0.0

This commit is contained in:
Ray Elliott 2021-02-24 15:30:40 +00:00
parent ca337c2ff9
commit 91c310f977
1 changed files with 1 additions and 0 deletions

View File

@ -18,6 +18,7 @@ module.exports = (env) => ({
devServer: {
contentBase: './dist',
hot: true,
host: '0.0.0.0',
},
plugins: [
new MiniCssExtractPlugin({