A benchmark demonstrating the performance hit of different module bundlers, given different numbers of modules.
π Update: This benchmark is locked because I believe it has served its purpose in my 2016 blog post. I don't intend to maintain it or update it any further.
Check out the code, then:
npm install
To rebuild:
npm run build
To serve locally:
npm run serve
To publish to gh-pages
:
npm run publish-site