feat(core): faster HTML minimizer - siteConfig.future.experimental_faster.swcHtmlMinimizer (#10554)

This commit is contained in:
Sébastien Lorber 2024-10-04 18:26:54 +02:00 committed by GitHub
parent 126d395f2d
commit 912c4954d9
No known key found for this signature in database
GPG key ID: B5690EEEBB952194
16 changed files with 406 additions and 92 deletions

View file

@ -126,6 +126,7 @@ export type StorageConfig = {
export type FasterConfig = {
swcJsLoader: boolean;
swcJsMinimizer: boolean;
swcHtmlMinimizer: boolean;
lightningCssMinimizer: boolean;
mdxCrossCompilerCache: boolean;
rspackBundler: boolean;