Interface: MinifyPlugin

rollup-plugin-babel-minify.MinifyPlugin

Rollup plugin that enables usage of babel-preset-minify with Rollup.

Source:

Members

(static, readonly) name :string

Plugin's name.

Type:
  • string
Default Value:
  • 'babel-minify'
Source:

(static, readonly) outputOptions :function

Method transforming Rollup's output options to prevent double insertion of the banner comment.

Type:
  • function
Since:
  • 8.0.0
Source:
See:

(static, readonly) renderChunk :function

Method performing the actual minification.

Type:
  • function
Source:
See: