steelbrain / ucompiler-plugin-uglify

UglifyJS support for ucompiler

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

UCompiler-Plugin-Uglify

This plugin for uglify makes sure that your generated files always end with a new line. It also normalizes their EOLs to LF.

How to Use

Simply add "uglify" to plugins field in your .ucompilerrc

{
  plugins: ["uglify"]
}

License

This project is licensed under the terms of MIT License

About

UglifyJS support for ucompiler

License:MIT License


Languages

Language:JavaScript 100.0%