-
Notifications
You must be signed in to change notification settings - Fork 1
/
Copy pathTODO
14 lines (12 loc) · 880 Bytes
/
TODO
1
2
3
4
5
6
7
8
9
10
11
12
13
14
* Fill in Intro
* Using rollup to keep bundler overhead to a minimum
* In actuality, apps may have separate vendor and app bundles for caching reasons. This project is mainly intended to demonstrate cumulative size differences between frameworks. Actual sizes may vary based on bundler used and how app is bundled.
* Write up conclusion
* Add CONTRIBUTING guide
* Consider adding download times over various network types (e.g. slow 3g, fast 3g, 4g)
* Consider adding description of app as a pill above Bundles and Source panels
* Consider having different es5 and modern JS files
* Show two tables in metadata panel, one per output type (es5, esm)
* Add (?) button next to ES6 module switch which links to page explaining ES6 module output
* Consider renaming "bundles" to "chunks"?
* Investigate why rollup doesn't remove SvelteElement (I think adding Babel messed it up)