poi-plugin-babel-minify
v10.0.0-alpha.0
Published
Use [babel-minify](https://github.com/babel/babel-minify) to minimize JavaScript.
Downloads
6
Readme
poi-plugin-babel-minify
Use babel-minify to minimize JavaScript.
Install
yarn add poi-plugin-babel-minify --devUsage
This plugin will replace UglifyjsPlugin with babel-minify-webpack-plugin for you:
// poi.config.js
module.exports = {
plugins: [
require('poi-plugin-babel-minify')()
]
}Then it will compress JS code when you run poi build.
It accepts the same options as which in babel-minify-webpack-plugin:
require('poi-plugin-babel-minify')(minifyOpts, pluginOpts)License
MIT © EGOIST
