1
0
mirror of synced 2026-03-23 02:58:34 +08:00

build: playground构建忽略lightningcss错误

This commit is contained in:
roymondchen
2026-03-17 17:30:26 +08:00
parent 61f00a0fb7
commit 1b9492165c
7 changed files with 19 additions and 12 deletions

View File

@@ -64,6 +64,12 @@ export default defineConfig({
publicDir: 'public',
css: {
lightningcss: {
errorRecovery: true,
},
},
server: {
host: '0.0.0.0',
port: 8078,