Last updated 2 years ago
Was this helpful?
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 & Bundling