Skip to content
Merged
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
6 changes: 4 additions & 2 deletions src/content/plugins/split-chunks-plugin.md
Original file line number Diff line number Diff line change
Expand Up @@ -217,6 +217,8 @@ 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 Expand Up @@ -255,8 +257,8 @@ module.exports = {
}
}
}
}
}
}
}
};
```

Expand Down