Add Lobby #43
1 changed files with 7 additions and 0 deletions
|
@ -1,4 +1,11 @@
|
|||
module.exports = {
|
||||
configureWebpack: {
|
||||
devServer: {
|
||||
disableHostCheck: true,
|
||||
host: "0.0.0.0"
|
||||
}
|
||||
},
|
||||
|
||||
publicPath: process.env.SUBPATH ? process.env.SUBPATH : "",
|
||||
|
||||
pluginOptions: {
|
||||
|
|
Loading…
Reference in a new issue