VUECONF US 2019 | How to reduce your Vue bundle size using Webpack with Jennifer Bland

preview_player
Показать описание


0:00 Introduction
0:50 Application tour
1:41 Problems
2:04 What is causing the large bundle size?
3:07 Reduce size of Lodash
3:46 Reduce size of Moment
5:06 Reduce size of Vuetify
6:27 Reduce size of vue-echarts
Рекомендации по теме
Комментарии
Автор

My appreciate for you, Jennifer Bland
!

elysium
Автор

Was already importing just the parts of lodash we were using, but followed the video and applied the moment resolver and used Build went from 2.24MB (parsed, not gzipped) to 1.16MB. Not a huge difference on gzip though as most of the stuff that was removed compresses really well. But no need to include stuff that isn't needed or to increase memory usage of the app with locales we don't support.

thejaredwilcurt
Автор

I'll consider this. I've been having problems with large bundled size.

Mike-cgcd