Skip to content

Commit

Permalink
chore(build): diable swc const_to_let
Browse files Browse the repository at this point in the history
  • Loading branch information
SukkaW committed Sep 12, 2023
1 parent b961e98 commit 5f6ec49
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion rollup.config.ts
Original file line number Diff line number Diff line change
Expand Up @@ -59,7 +59,8 @@ export default async function () {
},
minify: {
compress: {
passes: 2
passes: 2,
const_to_let: false
},
mangle: {},
module: true
Expand Down

0 comments on commit 5f6ec49

Please sign in to comment.