feat(v2): add ability to create unminimized bundles (#2474)

This commit is contained in:
Alexey Pyltsyn 2020-03-29 18:32:26 +03:00 committed by GitHub
parent a869d5d705
commit fa2e263ce8
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23
7 changed files with 73 additions and 54 deletions

View file

@ -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`