Y
Hacker News
new
|
ask
|
show
|
jobs
by
calebwinston
1651 days ago
Genuine question from a not-a-web-developer: Is this not mitigated by minimization tools like webpack?
1 comments
toastal
1651 days ago
Webpack is a front-end build toolchain, not a minifier. Usually Terser is used inside of Webpage to minify.
link