mirror of
https://github.com/facebook/docusaurus.git
synced 2025-06-08 22:03:01 +02:00
refactor: create @docusaurus/bundler
and @docusaurus/babel
packages (#10511)
This commit is contained in:
parent
fd14d6af55
commit
9ecff801ff
65 changed files with 1921 additions and 1588 deletions
19
packages/docusaurus-bundler/src/index.ts
Normal file
19
packages/docusaurus-bundler/src/index.ts
Normal file
|
@ -0,0 +1,19 @@
|
|||
/**
|
||||
* 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,
|
||||
} from './currentBundler';
|
||||
|
||||
export {getMinimizers} from './minification';
|
||||
export {createJsLoaderFactory} from './loaders/jsLoader';
|
||||
export {createStyleLoadersFactory} from './loaders/styleLoader';
|
Loading…
Add table
Add a link
Reference in a new issue