From 1ef0a4f33669facaca4fdbb58d082be4e0c496d1 Mon Sep 17 00:00:00 2001 From: canisminor1990 Date: Wed, 8 Jan 2025 21:28:54 +0800 Subject: [PATCH] =?UTF-8?q?=F0=9F=94=A7=20chore:=20Fix=20vercel=20build?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- .dumirc.ts | 3 --- 1 file changed, 3 deletions(-) diff --git a/.dumirc.ts b/.dumirc.ts index ec0537cf..f3488fd8 100644 --- a/.dumirc.ts +++ b/.dumirc.ts @@ -86,9 +86,6 @@ export default defineConfig({ }, apiParser: isProduction ? {} : false, base: '/', - codeSplitting: { - jsStrategy: 'granularChunks', - }, define: { 'process.env': process.env, },