Migration helpers for replacing the deprecated rollup-plugin-terser with @rollup/plugin-terser. Version 0.1.0, stable. Provides utility functions to convert options, generate import statements, and recommend installation commands. Zero dependencies, types included. Key differentiator: not a minifier but a migration aid; helps config generators and scripts transition away from the deprecated plugin.
npm install rollup-minifyNo compatibility data collected yet for this library.
Verified import paths — ran on the pinned version, not inferred.
Shows how to use the three main exports: convert options, generate import, and get install command.
Install @rollup/plugin-terser as a dev dependency.
Run `npm install rollup-minify`
Use import syntax: `import { createTerserPluginConfig } from 'rollup-minify'`No dependency data recorded yet.