rollup-plugin-uglify
Bundle minifier
Minifies JavaScript bundles using UglifyJS
Rollup plugin to minify generated bundle
261 stars
4 watching
42 forks
Language: JavaScript
last commit: over 1 year ago Related projects:
Repository | Description | Stars |
---|---|---|
trysound/rollup-plugin-size-snapshot | A plugin that tracks bundle sizes and treeshakability of JavaScript libraries during the build process. | 164 |
trysound/rollup-plugin-string | Converts text files to JavaScript modules | 85 |
juliendargelos/rollup-plugin-html-minifier | A plugin for Rollup that minifies HTML files using html-minifier. | 4 |
gruntjs/grunt-contrib-uglify | Minifies JavaScript files using UglifyJS to reduce file size and improve performance. | 1,482 |
terinjokes/gulp-uglify | Minifies JavaScript files using UglifyJS3 | 1,226 |
bengsfort/rollup-plugin-generate-html-template | Automatically injects a script tag with the final bundle into an HTML file. | 60 |
yingye/rollup-plugin-banner | A plugin to append content before JavaScript bundle generation. | 16 |
alex-kinokon/rollup-plugin-ignore | Prevents modules from being included in the output bundle of a JavaScript application | 26 |
pauan/rollup-plugin-purs | A Rollup plugin for bundling PureScript modules with optimizations to reduce file size. | 72 |
thgh/rollup-plugin-css-only | Rollup plugin for bundling CSS files | 116 |
weizhenye/rollup-plugin-bundle-scss | A plugin that bundles SCSS imports into a single file. | 17 |
doesdev/rollup-plugin-analyzer | Analyzes and displays detailed information about the size and structure of Rollup bundles | 242 |
btd/rollup-plugin-visualizer | Visualizes and analyzes Rollup bundles to identify module usage patterns | 1,955 |
ampproject/rollup-plugin-closure-compiler | An optimization plugin for Rollup that leverages Closure Compiler to minify and optimize JavaScript files. | 292 |
thgh/rollup-plugin-serve | Serves rolled-up bundles similar to webpack-dev-server | 248 |