0.1.0 • Published 7 years ago

butternut-webpack-plugin v0.1.0

Weekly downloads
36
License
MIT
Repository
github
Last release
7 years ago

butternut-webpack-plugin

yarn add --dev butternut-webpack-plugin

Usage

// webpack.conf.js
import ButternutWebpackPlugin from 'butternut-webpack-plugin'

const options = {}

export default {
  // ...
  plugins: [
    new ButternutWebpackPlugin(options)
  ]
}

If using commonjs requires, you'll have to grab default instead

const ButternutWebpackPlugin = require('butternut-webpack-plugin').default

Checkout the options you can pass to butternut on their Readme.

0.1.0

7 years ago

0.0.6

7 years ago

0.0.5

7 years ago

0.0.4

7 years ago

0.0.3

7 years ago

0.0.2

7 years ago

0.0.0

7 years ago