Disable host check for ngrok support
All checks were successful
continuous-integration/drone/push Build is passing
All checks were successful
continuous-integration/drone/push Build is passing
This commit is contained in:
parent
e67f49fb06
commit
91701b594f
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