🔰minifier

JSmodule ⟩ 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.

Last updated