rollup-plugin-butternut
Advanced tools
Weekly downloads
Changelog
0.1.0
Readme
Compress JavaScript with Butternut.
npm install --save-dev rollup-plugin-butternut
// rollup.config.js
import butternut from 'rollup-plugin-butternut';
export default {
entry: 'src/main.js',
dest: 'bundle.js',
format: 'iife',
plugins: [ butternut() ]
};
FAQs
Compress JavaScript files with Butternut
The npm package rollup-plugin-butternut receives a total of 296 weekly downloads. As such, rollup-plugin-butternut popularity was classified as not popular.
We found that rollup-plugin-butternut demonstrated a not healthy version release cadence and project activity because the last version was released a year ago. It has 1 open source maintainer collaborating on the project.
Did you know?
Socket installs a Github app to automatically flag issues on every pull request and report the health of your dependencies. Find out what is inside your node modules and prevent malicious activity before you update the dependencies.