0.2.0 • Published 2 years ago

rollup-plugin-minification v0.2.0

Weekly downloads
-
License
MIT
Repository
github
Last release
2 years ago

rollup-plugin-minification

This is an emergency replacement for rollup-plugin-terser which is currently not in active development.

There is an official solution for the terser plugin on the way, as it is going to be part of the rollup plugins repository. Until it is available you can use this plugin as a 1:1 replacement for rollup-plugin-terser.

Installation

npm i rollup-plugin-minification -D

Usage

rollup config:

//import { terser } from "rollup-plugin-terser";
import { terser } from "rollup-plugin-minification";

License

MIT

Copyright (c) 2022, UmamiAppearance