top | item 28859898 (no title) devongovett | 4 years ago Note that this benchmark is dominated by Terser for minification. All tools aside from ESBuild use it. discuss order hn newest kabber|4 years ago Why not minify with esbuild instead by default? devongovett|4 years ago esbuild tends to produce larger bundles due to https://github.com/evanw/esbuild/issues/639. Looks like there was recent activity though, so we need to re-test. Anyway, there's a plugin available for now: https://www.npmjs.com/package/@parcel/optimizer-esbuild. We're also excited about the SWC minifier project, which is basically a port of Terser to Rust. load replies (1)
kabber|4 years ago Why not minify with esbuild instead by default? devongovett|4 years ago esbuild tends to produce larger bundles due to https://github.com/evanw/esbuild/issues/639. Looks like there was recent activity though, so we need to re-test. Anyway, there's a plugin available for now: https://www.npmjs.com/package/@parcel/optimizer-esbuild. We're also excited about the SWC minifier project, which is basically a port of Terser to Rust. load replies (1)
devongovett|4 years ago esbuild tends to produce larger bundles due to https://github.com/evanw/esbuild/issues/639. Looks like there was recent activity though, so we need to re-test. Anyway, there's a plugin available for now: https://www.npmjs.com/package/@parcel/optimizer-esbuild. We're also excited about the SWC minifier project, which is basically a port of Terser to Rust. load replies (1)
kabber|4 years ago
devongovett|4 years ago