Skip to content

Commit cfd3838

Browse files
authored
Removed --optimize-dedupe option as it was removed from webpack
1 parent c914441 commit cfd3838

File tree

1 file changed

+0
-1
lines changed

1 file changed

+0
-1
lines changed

content/api/cli.md

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -173,7 +173,6 @@ These options allow you to manipulate optimisations for a production build using
173173

174174
| Parameter | Explanation | Plugin used |
175175
|---------------------------|--------------------------------------------------------|--------------------------------------|
176-
| --optimize-dedupe | Optimize duplicate module sources in the bundle | DedupePlugin |
177176
| --optimize-max-chunks | Try to keep the chunk count below a limit | LimitChunkCountPlugin |
178177
| --optimize-min-chunk-size | Try to keep the chunk size above a limit | MinChunkSizePlugin |
179178
| --optimize-minimize | Minimize javascript and switches loaders to minimizing | UglifyJsPlugin & LoaderOptionsPlugin |

0 commit comments

Comments
 (0)