wincent / masochist

⛓ Website infrastructure for over-engineers
MIT License
78 stars 26 forks source link

Ship subset of core-js polyfill #127

Closed wincent closed 5 years ago

wincent commented 6 years ago

Currently shipping all of it, which accounts for about 92.16K in the bundle (17.6% of it). I suspect that we don't actually need the whole thing and could save quite a bit by trimming it down to a subset.

wincent commented 6 years ago

See also #133, which may mostly obviate the need for this.

wincent commented 5 years ago

Before:

bundle-e250c464e8e0d26cf483_js_-_source_map_explorer

After:

dist_bundle-b9eddd804187cbfadf88_js_-_source_map_explorer

Sizes are pre-gzip.