chore: make sure peers are not bundled

This commit is contained in:
hypercross 2026-04-06 12:42:45 +08:00
parent a8774f34bc
commit aa7e99bd0f
1 changed files with 1 additions and 0 deletions

View File

@ -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 = {