host specified in the dev server config

This commit is contained in:
NikolaBorislavovHristov 2018-06-13 11:28:40 +03:00
parent a0b7220cc5
commit 1378789a58

View file

@ -68,6 +68,7 @@ module.exports = {
}
},
devServer: {
host: '0.0.0.0',
historyApiFallback: true
},
plugins: [