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

@ -15,5 +15,6 @@ export {
} from './currentBundler';
export {getMinimizers} from './minification';
export {getHtmlMinifier, type HtmlMinifier} from './minifyHtml';
export {createJsLoaderFactory} from './loaders/jsLoader';
export {createStyleLoadersFactory} from './loaders/styleLoader';