JSPM

  • ESM via JSPM
  • ES Module Entrypoint
  • Export Map
  • Keywords
  • License
  • Repository URL
  • TypeScript Types
  • README
  • Created
  • Published
  • Downloads 4
  • Score
    100M100P100Q24223F
  • License MIT

Butternut minimize plugin for Webpack

Package Exports

  • webpack-butternut-plugin

This package does not declare an exports field, so the exports above have been automatically detected and optimized by JSPM instead. If any package subpath is missing, it is recommended to post an issue to the original package (webpack-butternut-plugin) to support the "exports" field. If that is not possible, create a JSPM override to customize the exports field for this package.

Readme

webpack-butternut-plugin

** Webpack plugin for fast, future-friendly minifier with supporting ES2015+.**

Install

via yarn:

yarn add --dev webpack-butternut-plugin

or via npm:

npm i --save-dev webpack-butternut-plugin

Usage

// In webpack.config.js
const ButternutPlugin = require('webpack-butternut-plugin');

module.exports = {
  plugins: [
      new ButternutPlugin({
          check: true
      })
  ]
}

All possible input Butternut's options you can find this.