mvdnbrk / laravel-mix-docs

Laravel Mix Documentation
https://laravel-mix.com/docs
MIT License
15 stars 57 forks source link

Added a note about tree-shaking for the vendor extract. #2

Closed stephan-v closed 6 years ago

mvdnbrk commented 6 years ago

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.

stephan-v commented 6 years ago

Mix is still using Webpack v3

Ok so remove the link and and just leave the comment in place. Why close immediately?

By the way Webpack does not have a live version of the version 3 documentation.