DEV Community

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

Collapse
 
buinauskas profile image
Evaldas Buinauskas

Is it a really a good idea to import straight from src of a library? I understand it reduces bundle size but this imports from internal code.

Collapse
 
ratracegrad profile image
Jennifer Bland

The creators of these libraries provide instructions on how to get a smaller version of their product and that is what we implemented.