Skip to content

Commit

Permalink
fix(plugin-vue): dts for cjs and esm
Browse files Browse the repository at this point in the history
  • Loading branch information
sxzz committed Nov 28, 2023
1 parent 028617d commit c6050ea
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion packages/plugin-vue/build.config.ts
Expand Up @@ -4,7 +4,7 @@ export default defineBuildConfig({
entries: ['src/index'],
externals: ['vite', 'vue/compiler-sfc', '@vue/compiler-sfc'],
clean: true,
declaration: true,
declaration: 'compatible',
rollup: {
emitCJS: true,
inlineDependencies: true,
Expand Down

0 comments on commit c6050ea

Please sign in to comment.