themehybrid / mythic

Mythic is a next-generation starter theme designed to help theme authors write elegant, intelligent, and modern code.
https://themehybrid.com/themes/mythic
GNU General Public License v2.0
237 stars 43 forks source link

Add `webpack-dashboard` devDependency #67

Open lkraav opened 5 years ago

lkraav commented 5 years ago

Value prop: it's one of the main tools of keeping bundle size down. Official Google recommendation https://developers.google.com/web/fundamentals/performance/webpack/monitor-and-analyze#analyze_why_the_bundle_is_so_large

https://github.com/FormidableLabs/webpack-dashboard/

Things like npm run dev turn into node_modules/.bin/webpack-dashboard -- npm run dev

It immediately found bundle duplicates for me.