mirror of
https://github.com/facebook/docusaurus.git
synced 2025-08-04 09:19:16 +02:00
feat(v2): add custom output directory to build (#2417)
This commit is contained in:
parent
2fd50f9c33
commit
ce45413804
6 changed files with 44 additions and 18 deletions
1
packages/docusaurus-types/src/index.d.ts
vendored
1
packages/docusaurus-types/src/index.d.ts
vendored
|
@ -63,6 +63,7 @@ export interface StartCLIOptions {
|
|||
|
||||
export interface BuildCLIOptions {
|
||||
bundleAnalyzer: boolean;
|
||||
outDir: string;
|
||||
}
|
||||
|
||||
export interface LoadContext {
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue