Add Lobby #43

Merged
hamcha merged 18 commits from feature/lobby into master 2019-10-16 08:31:04 +00:00
1 changed files with 7 additions and 0 deletions
Showing only changes of commit 91701b594f - Show all commits

View File

@ -1,4 +1,11 @@
module.exports = {
configureWebpack: {
devServer: {
disableHostCheck: true,
host: "0.0.0.0"
}
},
publicPath: process.env.SUBPATH ? process.env.SUBPATH : "",
pluginOptions: {