mirror of
https://github.com/facebook/docusaurus.git
synced 2025-06-06 21:03:47 +02:00
feat(core): faster HTML minimizer - siteConfig.future.experimental_faster.swcHtmlMinimizer
(#10554)
This commit is contained in:
parent
126d395f2d
commit
912c4954d9
16 changed files with 406 additions and 92 deletions
|
@ -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';
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue