Skip to content

Commit

Permalink
feat: do not minify source.
Browse files Browse the repository at this point in the history
  • Loading branch information
s3xysteak committed Jul 8, 2024
1 parent f850dd9 commit 1eaddd8
Showing 1 changed file with 0 additions and 5 deletions.
5 changes: 0 additions & 5 deletions build.config.ts
Original file line number Diff line number Diff line change
Expand Up @@ -25,11 +25,6 @@ const include = [...antfuList]

export default defineBuildConfig({
externals: Object.keys(pkg.dependencies || {}),
rollup: {
esbuild: {
minify: true,
},
},
hooks: {
'rollup:options': (_, options) => {
options.plugins = [
Expand Down

0 comments on commit 1eaddd8

Please sign in to comment.