0.1.0 • Published 8 years ago

butternut-webpack-plugin v0.1.0

Weekly downloads
36
License
MIT
Repository
github
Last release
8 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

8 years ago

0.0.6

8 years ago

0.0.5

8 years ago

0.0.4

8 years ago

0.0.3

8 years ago

0.0.2

8 years ago

0.0.0

8 years ago