From 91701b594f705ed6518eebc1976ff59278daa543 Mon Sep 17 00:00:00 2001 From: Hamcha Date: Mon, 23 Sep 2019 16:19:09 +0200 Subject: [PATCH] Disable host check for ngrok support --- vue.config.js | 7 +++++++ 1 file changed, 7 insertions(+) diff --git a/vue.config.js b/vue.config.js index 002334f..e47d307 100644 --- a/vue.config.js +++ b/vue.config.js @@ -1,4 +1,11 @@ module.exports = { + configureWebpack: { + devServer: { + disableHostCheck: true, + host: "0.0.0.0" + } + }, + publicPath: process.env.SUBPATH ? process.env.SUBPATH : "", pluginOptions: {