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
const ButternutPlugin = require('webpack-butternut-plugin');
module.exports = {
plugins: [
new ButternutPlugin({
check: true
})
]
}
All possible input Butternut's options you can find this.