Skip to content

Commit

Permalink
Avoid re-exporting all of src/utilities by default.
Browse files Browse the repository at this point in the history
This saves 1.1KB of minified+gzip code, and I believe it aligns with our
goals of consolidating the parts of apollo-utilities that we actually use
into the combined @apollo/client package.

More explanation in this comment:
#5292 (comment)
  • Loading branch information
benjamn authored and Stephen Barlow committed Oct 1, 2019
1 parent b8da79e commit c4cd2c4
Showing 1 changed file with 0 additions and 1 deletion.
1 change: 0 additions & 1 deletion src/index.ts
Original file line number Diff line number Diff line change
Expand Up @@ -39,4 +39,3 @@ export default ApolloClient;

export * from './cache/core';
export * from './cache/inmemory';
export * from './utilities';

0 comments on commit c4cd2c4

Please sign in to comment.