JS ⟩ module ⟩ minifier
a tool that take a JavaScript program and make it smaller by automatically
removing comments and whitespace
renaming bindings
replacing pieces of code with equivalent code that take up less space.
Eloquent JS ⟩ Modules ⟩ Building & Bundlingarrow-up-right
Last updated 3 years ago