DEV Community

Discussion on: How to Reduce Your Vue.JS Bundle Size With Webpack

Collapse
 
dimazz profile image
dimazz

Thank you very much for this article! It helped me to save around 200kb on momentjs.

I tried to do the same with vue-lottie, but it looks more complicated, because one npm package refers to another and in order fix it, I need change contents of npm package - that will be rewritten on update or if I will run mpm install on other comp. And I am just green noob at coding 🙄

npmjs.com/package/vue-lottie

Collapse
 
ratracegrad profile image
Jennifer Bland

Glad it could help you save size in your application. I am not familiar with vue-lottie.