Merge branch 'dev'
Deploy / deploy (push) Failing after 10m53s
CI / build (push) Failing after 12m13s

This commit is contained in:
ByungCheol
2026-06-06 15:04:15 +09:00
+5
View File
@@ -13,6 +13,11 @@ export default defineConfig({
define: {
__APP_VERSION__: JSON.stringify(pkg.version),
},
build: {
// 마크다운 에디터(toast-ui ~1MB)는 게시판 작성/상세 라우트에서만 동적 로딩되어
// 메인 번들에 포함되지 않는다. 의도된 지연 청크이므로 경고 한도를 현실적으로 상향.
chunkSizeWarningLimit: 1200,
},
plugins: [
vue(),
vueDevTools(),