Minfier
#621
Replies: 1 comment
|
Not sure. I use Terser. But that is nothing special. In general if this is what you care about I Rollup + Terser is still the winner. Things like Vite are cool and ESBuild builds faster but Rollup + Terser is what I trust for benchmarks for the least unnecessary code and smallest bundles. |
0 replies
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Uh oh!
There was an error while loading. Please reload this page.
What is the best JS minifer for the minimal bundle size and maximal performance?
All reactions