mirror of
https://github.com/requarks/wiki.git
synced 2026-08-26 13:17:10 -05:00
ci: add preserverSymlinks to vite conf
This commit is contained in:
@@ -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 = {
|
||||
|
||||
Reference in New Issue
Block a user