Angular: Performance Enhancement with Webpack Bundle Analyzer

preview_player
Показать описание
Angular: Performance Enhancement using Webpack Bundle Analyzer

In this video we look at how to use Webpack Bundle Analyzer to investigate areas of our production bundle that may need to be further optimised.

My personal channels:

Рекомендации по теме
Комментарии
Автор

these days the angular cli option to generate a stats.json file is "ng build --statsJson" which generates it in a different folder. that folder being "dist/" and not a sub folder

benjaminbenson
Автор

Great video... what is the recommended limit size of the vendor.js bundle??

TheDJARCHY
Автор

are there any tutorials here about angular splitting the vendor.js into smaller pieces?

argelpamintuango
Автор

Do you have a video or article that explains how to only include the locales I need for moment?

ShaneCrenshaw
Автор

I don't get any stats.json in my Dist folder :/

t