bencodezen / vue-enterprise-boilerplate

An ever-evolving, very opinionated architecture and dev environment for new Vue SPA projects using Vue CLI.
7.78k stars 1.32k forks source link

imagemin-lint-staged #65

Closed crazyxhz closed 6 years ago

crazyxhz commented 6 years ago

hi thanks for this boilerplate it is awesome. I have a question for imagemin-lint-staged , does it really help build speed and bundle time?

chrisvfritz commented 6 years ago

Great question! If there is any effect on build speed and bundle time, I would expect it to be relatively small. The main advantage I see is ensuring that unoptimized images can never be served to production, where the page load times might be significantly affected by unnecessarily large images.

Does that answer your question?