Browse Source

ci: add preserverSymlinks to vite conf

NGPixel 1 year ago
parent
commit
fe14d12080
1 changed files with 2 additions and 0 deletions
  1. 2 0
      ux/quasar.config.js

+ 2 - 0
ux/quasar.config.js

@@ -90,6 +90,8 @@ module.exports = configure(function (ctx) {
       distDir: '../assets',
 
       extendViteConf (viteConf) {
+        viteConf.resolve.preserveSymlinks = true
+
         if (ctx.prod) {
           viteConf.build.assetsDir = '_assets'
           viteConf.build.rollupOptions = {