Disable host check for ngrok support
All checks were successful
continuous-integration/drone/push Build is passing

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

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