allow accessing app by ip and server name

master
Tudor Stanciu 2020-05-03 01:55:57 +03:00
parent b202f52eb2
commit 69dfc4eb34
1 changed files with 1 additions and 0 deletions

View File

@ -16,6 +16,7 @@ module.exports = {
filename: "bundle.js"
},
devServer: {
host: "0.0.0.0",
stats: "minimal",
overlay: true,
historyApiFallback: true,