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.
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.