refactor(core): refactor SSG infrastructure (#10593)

This commit is contained in:
Sébastien Lorber 2024-10-18 18:55:09 +02:00 committed by GitHub
parent 14579cbda8
commit c9f231afb3
No known key found for this signature in database
GPG key ID: B5690EEEBB952194
16 changed files with 356 additions and 309 deletions

View file

@ -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';