You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@cloudstack.apache.org by ro...@apache.org on 2020/02/14 10:09:04 UTC

[cloudstack-primate] branch master updated: webpack: build using relative paths

This is an automated email from the ASF dual-hosted git repository.

rohit pushed a commit to branch master
in repository https://gitbox.apache.org/repos/asf/cloudstack-primate.git


The following commit(s) were added to refs/heads/master by this push:
     new e22aa83  webpack: build using relative paths
e22aa83 is described below

commit e22aa83bb370cdc9ac4182edea0929673525a95d
Author: Rohit Yadav <ro...@shapeblue.com>
AuthorDate: Fri Feb 14 15:38:38 2020 +0530

    webpack: build using relative paths
    
    Signed-off-by: Rohit Yadav <ro...@shapeblue.com>
---
 vue.config.js | 1 +
 1 file changed, 1 insertion(+)

diff --git a/vue.config.js b/vue.config.js
index ef4c105..d9ac391 100644
--- a/vue.config.js
+++ b/vue.config.js
@@ -25,6 +25,7 @@ function resolve (dir) {
 
 // vue.config.js
 module.exports = {
+  publicPath: './',
   /*
     Vue-cli3:
     Crashed when using Webpack `import()` #2463