Skip to content
This repository has been archived by the owner on Apr 13, 2023. It is now read-only.

Commit

Permalink
Import helpers like __extends from tslib.
Browse files Browse the repository at this point in the history
This reduces the minified size of lib/react-apollo.umd.js from 28074B to
22773B (18.9%). The minified+gzip size drops from 6930B to 6451B (6.9%).

The gzip percentage is smaller because there was some repetition between
the multiple declarations of the __extends function, and gzip is good at
compressing long repeated substrings.
  • Loading branch information
benjamn committed Jan 20, 2019
1 parent 20c8048 commit de2b5fc
Show file tree
Hide file tree
Showing 4 changed files with 79 additions and 100 deletions.
Loading

0 comments on commit de2b5fc

Please sign in to comment.