/uglify-js-compiler

A JS Compiler to compile any JS code into a valid uglified transpiled JS code. You can also execute the uglified JS code right from the browser.

Primary LanguageTypeScriptMIT LicenseMIT

Uglify JS Compiler

This is a JavaScript Compiler to compile any JavaScript code into a valid uglified transpiled JavaScript code. You can also execute the uglified JavaScript code right from the browser itself using StackBlitz VM.

Visit the Uglify JS Compiler to use the uglify JavaScript compiler.

Development

  • Run bun i to install the dependencies.
  • Run bun dev to start local dev server.