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

webpack-bundle-analyzer #19

Closed alexdilley closed 6 years ago

alexdilley commented 6 years ago

With all this talk of bundle sizes 😳, I suggest there's a way of generating build reports.

chrisvfritz commented 6 years ago

I think this is something that should be provided by Vue CLI 3 instead, so that vue-cli-service build --report generates a bundle analysis. I'll create an issue for it there.

alexdilley commented 6 years ago

👍

chrisvfritz commented 6 years ago

I went ahead and added this after all, as I wanted it a little earlier for my workshop at VueConf. It can be removed once it's integrated into Vue CLI. 🙂