Hi thanks, you're referencing Webpack 4 docs. Mix is still using Webpack v3 and is using the CommonsChunkPlugin:
The CommonsChunkPlugin is an opt-in feature that creates a separate file (known as a chunk), consisting of common modules shared between multiple entry points.
Hi thanks, you're referencing Webpack 4 docs. Mix is still using Webpack v3 and is using the CommonsChunkPlugin: