We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 21c13ad commit dc75edeCopy full SHA for dc75ede
packages/core/vite.config.ts
@@ -20,6 +20,8 @@ export default defineConfig({
20
'./tsconfig.json',
21
'./shim.d.ts',
22
],
23
+ rollupTypes: true,
24
+ bundledPackages: ['@reactive-vscode/reactivity'],
25
}),
26
27
build: {
0 commit comments