Skip to content

Commit

Permalink
Revert "cacheGroups" (webpack#2725)
Browse files Browse the repository at this point in the history
* Revert "docs(plugins): Add title to cacheGroups (webpack#2227)"

This reverts commit 5b3906e.
  • Loading branch information
EugeneHlushko authored and montogeek committed Dec 18, 2018
1 parent d404fbc commit 51232cc
Showing 1 changed file with 0 additions and 2 deletions.
2 changes: 0 additions & 2 deletions src/content/plugins/split-chunks-plugin.md
Original file line number Diff line number Diff line change
Expand Up @@ -217,8 +217,6 @@ A module can belong to multiple cache groups. The optimization will prefer the c

If the current chunk contains modules already split out from the main bundle, it will be reused instead of a new one being generated. This can impact the resulting file name of the chunk.

#### `splitChunks.cacheGroups.cacheGroup.test`

__webpack.config.js__

```js
Expand Down

0 comments on commit 51232cc

Please sign in to comment.