Disable host check for ngrok support
continuous-integration/drone/push Build is passing Details

This commit is contained in:
Hamcha 2019-09-23 16:19:09 +02:00
parent e67f49fb06
commit 91701b594f
Signed by: hamcha
GPG Key ID: 44AD3571EB09A39E
1 changed files with 7 additions and 0 deletions

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: {