mirror of
https://github.com/facebook/docusaurus.git
synced 2025-05-28 16:37:07 +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
|
@ -65,6 +65,7 @@ Compiles your site for production.
|
|||
| --- | --- | --- |
|
||||
| `--bundle-analyzer` | | Analyze your bundle with [bundle analyzer](https://github.com/webpack-contrib/webpack-bundle-analyzer) |
|
||||
| `--out-dir` | `build` | The full path for the new output directory, relative to the current workspace. |
|
||||
| `--no-minify` | `false` | Build website without minimizing JS/CSS bundles. |
|
||||
|
||||
### `docusaurus swizzle`
|
||||
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue