/
githubmirror
/
docusaurus
Обзор
Документация
Войти
/
githubmirror
/
docusaurus
Код
Запросы
0
Пакеты
0
Релизы
0
Аналитика
Безопасность
main
packages/docusaurus-bundler/src/index.ts
25 строк
686 B
Sébastien Lorber
perf(bundler): fine-tuning of Webpack/Rspack optimizations (#11176)
13 май 2025, 14:48
Не верифицирован
13 май 2025, 14:48
2371ca7
Код
Авторство
О чём код?
/** * Copyright (c) Facebook, Inc. and its affiliates. * * This source code is licensed under the MIT license found in the * LICENSE file in the root directory of this source tree. */ export {printStatsWarnings, formatStatsErrorMessage, compile} from './compiler'; export { getCurrentBundler, getCSSExtractPlugin, getCopyPlugin, getProgressBarPlugin, registerBundlerTracing, } from './currentBundler'; export {getMinimizers} from './minification'; export { getHtmlMinifier, type HtmlMinifier, type HtmlMinifierType, } from './minifyHtml'; export {createJsLoaderFactory} from './loaders/jsLoader'; export {createStyleLoadersFactory} from './loaders/styleLoader';