Mythic is a next-generation starter theme designed to help theme authors write elegant, intelligent, and modern code.
GNU General Public License v2.0
237
stars
43
forks
source link
Add `webpack-dashboard` devDependency #67
Open
lkraav opened 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 intonode_modules/.bin/webpack-dashboard -- npm run dev
It immediately found bundle duplicates for me.