DEV Community

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

Collapse
 
studnitz profile image
Alexander von Studnitz

Good article! Another thing to consider is using date-fns instead of moment.js and to look into async components if you for example only need some chart library, when you scroll into view or if it's on a certain route.

Collapse
 
ratracegrad profile image
Jennifer Bland

Believe me I have tried to convince them to switch to date-fns but so far no go.