Webpack - Ep. 25 - SplitChunks and the Bundle Analyzer

preview_player
Показать описание
We need a way to visually understand our bundles. The Bundle Analyzer does just that. We'll use the stats file webpack exports to visually understand our code before we manually break things apart into application and 3rd party (vendor) code.
Рекомендации по теме
Комментарии
Автор

Webpack add overhead in splitting. It is adding around 500KB js code to overall code.

avinashverma
visit shbcf.ru