Skip to content

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.

License

Notifications You must be signed in to change notification settings

amitsingh-007/uglifyjs-compiler

Repository files navigation

UglifyJS Compiler

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

Visit the UglifyJS Compiler to use the uglify JavaScript compiler.

Development

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

Deployment

  • Run pnpx vercel deploy --prod to deploy to Vercel.

About

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.

Topics

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published