Skip to content

Commit

Permalink
ci: add preserverSymlinks to vite conf
Browse files Browse the repository at this point in the history
  • Loading branch information
NGPixel committed Oct 22, 2023
1 parent 61e8e48 commit fe14d12
Showing 1 changed file with 2 additions and 0 deletions.
2 changes: 2 additions & 0 deletions ux/quasar.config.js
Original file line number Diff line number Diff line change
Expand Up @@ -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 = {
Expand Down

0 comments on commit fe14d12

Please sign in to comment.