rollup-plugin-uglify
Bundle minifier
Minifies generated JavaScript bundles using UglifyJS in the background.
Rollup plugin to minify generated bundle
261 stars
4 watching
42 forks
Language: JavaScript
last commit: over 2 years ago Related projects:
| Repository | Description | Stars |
|---|---|---|
| | A plugin that tracks bundle sizes and treeshakability of JavaScript libraries during the build process. | 164 |
| | Converts text files to JavaScript modules | 87 |
| | A plugin for Rollup that minifies HTML files using html-minifier. | 4 |
| | Minifies JavaScript files using UglifyJS to reduce file size and improve performance. | 1,481 |
| | Minifies JavaScript files using UglifyJS3 | 1,226 |
| | Automatically injects a script tag with the final bundle into an HTML file. | 60 |
| | A plugin to append content before JavaScript bundle generation. | 16 |
| | Prevents modules from being included in the output bundle of a JavaScript application | 26 |
| | A Rollup plugin for bundling PureScript modules with optimizations to reduce file size. | 72 |
| | Rollup plugin for bundling CSS files | 116 |
| | A plugin that bundles SCSS imports into a single file. | 17 |
| | Analyzes and displays detailed information about the size and structure of Rollup bundles | 242 |
| | Visualizes and analyzes Rollup bundles to identify module usage patterns | 1,985 |
| | An optimization plugin for Rollup that leverages Closure Compiler to minify and optimize JavaScript files. | 292 |
| | Serves rolled-up bundles similar to webpack-dev-server | 248 |