LimitChunkCountPlugin
While writing your code, you may have already added many code split points to load stuff on demand. After compiling you might notice that some chunks are too small - creating larger HTTP overhead. LimitChunkCountPlugin can post-process your chunks by merging them.
Options
maxChunks
- Type:
number
Limit the maximum number of chunks using a value greater than or equal to 1. Using 1 will prevent any additional chunks from being added as the entry/main chunk is also included in the count.
This page is adapted from webpack documentation under the CC BY 4.0, with modifications.

