An experimental ES2015-aware JavaScript minifier (v0.1.2). Still in active development with no stable release cadence. Focuses on leveraging ES2015+ syntax for size reduction, unlike general-purpose minifiers that target ES5. Not production-ready; intended for research and experimentation.
npm install proseccoNo compatibility data collected yet for this library.
Verified import paths — ran on the pinned version, not inferred.
Minifies a simple ES2015 module using Prosecco's default export.
Do not use in production; test thoroughly before deploying.
Pin exact version and update cautiously.
Ensure input is ES2015+ code; transpile down if needed.
Convert code to ES2015+ or use a different minifier.
Ensure import statement matches 'import prosecco from 'prosecco' and version >=0.1.0.
No dependency data recorded yet.