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

Property Modifiers Type Description
css? boolean | undefined (Optional) Whether enable the CSS minification.
cssOptions? Rspack.LightningCssMinimizerRspackPluginOptions | undefined (Optional) Minify.cssOptions is used to configure CSS minimizer options.
js? boolean | undefined (Optional) Whether enable the JavaScript minification.
jsOptions? Rspack.SwcJsMinimizerRspackPluginOptions | undefined (Optional) Minify.jsOptions is used to configure SWC minification options.
Except as otherwise noted, this work is licensed under a Creative Commons Attribution 4.0 International License, and code samples are licensed under the Apache License 2.0.