A plugin for the Ease task runner that minifies JavaScript files using terser. Version 2.0.0 is current. It allows configuration of terser options plus custom dir, outDir, and cleanOutDir properties. Designed specifically for the Ease task runner ecosystem, not a standalone minifier.
npm install ease-task-minify-jsNo compatibility data collected yet for this library.
Verified import paths — ran on the pinned version, not inferred.
Registers the minify-js task in easeconfig.js, configuring input/output directories and enabling source maps.
Ensure you have an Ease task runner setup and use ease.install().
Use absolute paths if needed, or ensure correct relative path from config file.
Consider migrating to a standalone minification tool like terser or esbuild.
Run npm install terser --save-dev
Install Ease task runner and run the command via `ease <job-name>`.