Skip to content

Commit

Permalink
Enable better dead-code elimination
Browse files Browse the repository at this point in the history
  • Loading branch information
thecrypticace committed Apr 12, 2023
1 parent a359a10 commit 34b6b74
Showing 1 changed file with 5 additions and 0 deletions.
5 changes: 5 additions & 0 deletions .swcrc
Original file line number Diff line number Diff line change
Expand Up @@ -11,6 +11,11 @@
"parser": {
"syntax": "typescript",
"tsx": false
},
"minify": {
"compress": {
"unused": true
}
}
}
}

0 comments on commit 34b6b74

Please sign in to comment.