Home > @lynx-js/rspeedy > Minify

Minify interface

The Minify configures whether to enable code minification in the production build, or to configure minimizer options.

Signature:

export interface Minify 

Properties

PropertyModifiersTypeDescription
css?boolean | undefined(Optional) Whether enable the CSS minification.
js?boolean | undefined(Optional) Whether enable the JavaScript minification.
jsOptions?Rspack.SwcJsMinimizerRspackPluginOptions | undefined(Optional) Minify.jsOptions is used to configure SWC minification options.