Exciting release!Introducing "safe npm". Learn more
Socket
Log inDemoInstall

rollup-plugin-butternut

Package Overview
Dependencies
1
Maintainers
1
Versions
1
Issues
File Explorer

Advanced tools

rollup-plugin-butternut

Compress JavaScript files with Butternut

    0.1.0latest
    GitHub

Version published
Maintainers
1
Weekly downloads
357
decreased by-41.86%

Weekly downloads

Changelog

Source

0.1.0

  • First release

Readme

Source

rollup-plugin-butternut

Compress JavaScript with Butternut.

Installation

npm install --save-dev rollup-plugin-butternut

Usage

// rollup.config.js import butternut from 'rollup-plugin-butternut'; export default { entry: 'src/main.js', dest: 'bundle.js', format: 'iife', plugins: [ butternut() ] };

License

MIT

Keywords

FAQs

Last updated on 10 May 2017

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.

Install Socket
Socket
support@socket.devSocket SOC 2 Logo

Product

  • Package Issues
  • Integrations
  • Docs
  • Pricing
  • FAQ
  • Roadmap

Stay in touch

Get open source security insights delivered straight into your inbox.


  • Terms
  • Privacy
  • Security

Made with ⚡️ by Socket Inc