Skip to content

Commit 6e31bcd

Browse files
committed
tweak build config
1 parent 37ab912 commit 6e31bcd

File tree

1 file changed

+6
-0
lines changed

1 file changed

+6
-0
lines changed

src/.vitepress/config.js

Lines changed: 6 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -450,6 +450,12 @@ module.exports = {
450450
},
451451
ssr: {
452452
external: ['@vue/repl']
453+
},
454+
build: {
455+
chunkSizeWarningLimit: Infinity
456+
},
457+
json: {
458+
stringify: true
453459
}
454460
},
455461

0 commit comments

Comments
 (0)