Skip to content

Commit dc75ede

Browse files
committed
fix: core dts bundling
1 parent 21c13ad commit dc75ede

File tree

1 file changed

+2
-0
lines changed

1 file changed

+2
-0
lines changed

packages/core/vite.config.ts

+2
Original file line numberDiff line numberDiff line change
@@ -20,6 +20,8 @@ export default defineConfig({
2020
'./tsconfig.json',
2121
'./shim.d.ts',
2222
],
23+
rollupTypes: true,
24+
bundledPackages: ['@reactive-vscode/reactivity'],
2325
}),
2426
],
2527
build: {

0 commit comments

Comments
 (0)