Skip to content

Commit

Permalink
fix: 修复打包内容中重复导出的问题
Browse files Browse the repository at this point in the history
  • Loading branch information
renzp94 committed Apr 28, 2024
1 parent 1dd9106 commit e4fa1c3
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions scripts/build.ts
Original file line number Diff line number Diff line change
Expand Up @@ -32,6 +32,7 @@ const runBuild = async () => {
outdir: './dist',
naming: '[name].[ext]',
splitting: true,
minify: true,
format: 'esm',
plugins: [dts()],
})
Expand Down

0 comments on commit e4fa1c3

Please sign in to comment.