Skip to content

Commit

Permalink
chore: 调整打包脚本
Browse files Browse the repository at this point in the history
  • Loading branch information
renzp94 committed Apr 24, 2024
1 parent 6dfe311 commit 2280bc8
Showing 1 changed file with 2 additions and 0 deletions.
2 changes: 2 additions & 0 deletions scripts/build.ts
Original file line number Diff line number Diff line change
Expand Up @@ -30,7 +30,9 @@ const runBuild = async () => {
const result = await Bun.build({
entrypoints,
outdir: './dist',
naming: '[name].[ext]',
splitting: true,
format: 'esm',
plugins: [dts()],
})

Expand Down

0 comments on commit 2280bc8

Please sign in to comment.