From f739c200cf881e11c55ca9de7767bdb1db4c796e Mon Sep 17 00:00:00 2001 From: ice breaker <1324318532@qq.com> Date: Sun, 23 Jun 2024 23:33:38 +0800 Subject: [PATCH] chore: default disable cjsInterop --- tsup.config.ts | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/tsup.config.ts b/tsup.config.ts index f5c134d..ca699ed 100644 --- a/tsup.config.ts +++ b/tsup.config.ts @@ -8,6 +8,6 @@ export default defineConfig({ dts: true, // https://github.com/egoist/tsup/pull/1056 // https://github.com/egoist/tsup/issues?q=cjsInterop - cjsInterop: true, - splitting: true, + // cjsInterop: true, + // splitting: true, })