minifier
Last updated
Was this helpful?
Last updated
Was this helpful?
โฉ โฉ 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.