mirror of
https://github.com/facebook/docusaurus.git
synced 2025-08-02 00:09:48 +02:00
feat(v2): add ability to create unminimized bundles (#2474)
This commit is contained in:
parent
a869d5d705
commit
fa2e263ce8
7 changed files with 73 additions and 54 deletions
1
packages/docusaurus-types/src/index.d.ts
vendored
1
packages/docusaurus-types/src/index.d.ts
vendored
|
@ -64,6 +64,7 @@ export interface StartCLIOptions {
|
|||
export interface BuildCLIOptions {
|
||||
bundleAnalyzer: boolean;
|
||||
outDir: string;
|
||||
minify: boolean;
|
||||
}
|
||||
|
||||
export interface LoadContext {
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue