ci: add preserverSymlinks to vite conf

This commit is contained in:
NGPixel
2023-10-22 22:08:51 +00:00
parent 61e8e48183
commit fe14d12080
+2
View File
@@ -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 = {