1. rollup-plugin-butternut
Compress JavaScript files with Butternut
rollup-plugin-butternut
Package: rollup-plugin-butternut
Created by: rollup
Last modified: Sun, 26 Jun 2022 13:58:09 GMT
Version: 0.1.0
License: MIT
Downloads: 88
Repository: https://github.com/rollup/rollup-plugin-butternut

Install

npm install rollup-plugin-butternut
yarn add rollup-plugin-butternut

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

Dependencies

Dependencies

RELATED POST

Enhancing Vue.js Development: Harnessing the Potential of Vue-Loader

Enhancing Vue.js Development: Harnessing the Potential of Vue-Loader

Simplify Data Validation in Vue.js: A Step-by-Step Guide to Using Regex

Simplify Data Validation in Vue.js: A Step-by-Step Guide to Using Regex

Troubleshooting Made Easy: Common Issues and Solutions with vue-loader Without vue-cli

Troubleshooting Made Easy: Common Issues and Solutions with vue-loader Without vue-cli

Optimizing Webpack 4 with Vue CLI 3: Disabling the Cache-Loader

Optimizing Webpack 4 with Vue CLI 3: Disabling the Cache-Loader

Step-by-Step Guide: How to Add a Function to Your Vuex Plugin

Step-by-Step Guide: How to Add a Function to Your Vuex Plugin