From d7111163cb11411e0b211ede9060aa88ecdba56e Mon Sep 17 00:00:00 2001 From: Rohit Yadav Date: Fri, 14 Feb 2020 15:38:38 +0530 Subject: [PATCH] webpack: build using relative paths Signed-off-by: Rohit Yadav --- ui/vue.config.js | 1 + 1 file changed, 1 insertion(+) diff --git a/ui/vue.config.js b/ui/vue.config.js index ef4c105964b..d9ac391deb3 100644 --- a/ui/vue.config.js +++ b/ui/vue.config.js @@ -25,6 +25,7 @@ function resolve (dir) { // vue.config.js module.exports = { + publicPath: './', /* Vue-cli3: Crashed when using Webpack `import()` #2463