From aa7e99bd0f8b2c53b4ddbd52676491a33972ce03 Mon Sep 17 00:00:00 2001 From: hypercross Date: Mon, 6 Apr 2026 12:42:45 +0800 Subject: [PATCH] chore: make sure peers are not bundled --- tsup.config.ts | 1 + 1 file changed, 1 insertion(+) diff --git a/tsup.config.ts b/tsup.config.ts index 92b70ab..1593055 100644 --- a/tsup.config.ts +++ b/tsup.config.ts @@ -10,6 +10,7 @@ export default defineConfig({ dts: true, clean: true, sourcemap: true, + external: ['@preact/signals-core', 'mutative', 'inline-schema'], plugins: [csvLoader()], esbuildOptions(options) { options.alias = {