Skip to content

Commit 5d75c82

Browse files
committed
ci: fix tsup.config.ts
1 parent e7a8ce2 commit 5d75c82

File tree

1 file changed

+3
-2
lines changed

1 file changed

+3
-2
lines changed

packages/core/tsup.config.ts

Lines changed: 3 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -14,6 +14,7 @@ export default defineConfig(
1414
clean: true,
1515
treeshake:true,
1616
minify: true,
17-
noExternal:['flex-tools','mitt']
18-
} )
17+
noExternal:['flex-tools']
18+
}
19+
)
1920

0 commit comments

Comments
 (0)