10.0.0-alpha.0 • Published 6 years ago

poi-plugin-babel-minify v10.0.0-alpha.0

Weekly downloads
2
License
MIT
Repository
github
Last release
6 years ago

poi-plugin-babel-minify

Use babel-minify to minimize JavaScript.

Install

yarn add poi-plugin-babel-minify --dev

Usage

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