Cordova Plugin Minify

JSON →
library 1.0.1 ·javascript
verified Jun 4, 2026

A Cordova plugin that automatically minifies JavaScript and CSS files for release builds using Terser and CleanCSS. Current version 1.0.1, with a stable but infrequent release cadence (last update years ago). Key differentiators: integrates into Cordova build process, supports combining JavaScripts into a single file, allows configuration via minifyconfig.json, and offers scanning of HTML files for script tag order. Compared to manual minification, it automates the optimization step without modifying source files.