Module: rollup-plugin-babel-minify

Rollup's plugin adding the ability to use babel-minify with Rollup.

Source:

Interfaces

MinifyOptions
MinifyPlugin

Methods

(inner) minify(optionsopt) → {module:rollup-plugin-babel-minify.MinifyPlugin}

Function performing the actual minification.

Parameters:
Name Type Attributes Default Description
options module:rollup-plugin-babel-minify.MinifyOptions <optional>
{}

Plugin's options.

Source:
Returns:

Rollup plugin.

Type
module:rollup-plugin-babel-minify.MinifyPlugin

Type Definitions

BabelPlugin

Babel plugin.

Type:
  • Object
Source:
See: