mirror of
https://github.com/facebook/docusaurus.git
synced 2025-06-07 05:12:31 +02:00
refactor(core): refactor SSG infrastructure (#10593)
This commit is contained in:
parent
14579cbda8
commit
c9f231afb3
16 changed files with 356 additions and 309 deletions
|
@ -15,6 +15,10 @@ export {
|
|||
} from './currentBundler';
|
||||
|
||||
export {getMinimizers} from './minification';
|
||||
export {getHtmlMinifier, type HtmlMinifier} from './minifyHtml';
|
||||
export {
|
||||
getHtmlMinifier,
|
||||
type HtmlMinifier,
|
||||
type HtmlMinifierType,
|
||||
} from './minifyHtml';
|
||||
export {createJsLoaderFactory} from './loaders/jsLoader';
|
||||
export {createStyleLoadersFactory} from './loaders/styleLoader';
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue