Skip to content

Commit

Permalink
Remove duplicate InMemoryCache export for Babel 6 compatibility (#3932)
Browse files Browse the repository at this point in the history
Fixes #3910
  • Loading branch information
alexkrolick authored and benjamn committed Oct 8, 2018
1 parent 352f34c commit daa5646
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion packages/apollo-boost/src/index.ts
Original file line number Diff line number Diff line change
Expand Up @@ -13,7 +13,7 @@ import { InMemoryCache, CacheResolverMap } from 'apollo-cache-inmemory';
import gql from 'graphql-tag';
import ApolloClient from 'apollo-client';

export { gql, InMemoryCache, HttpLink };
export { gql, HttpLink };

export interface PresetConfig {
request?: (operation: Operation) => Promise<void>;
Expand Down

0 comments on commit daa5646

Please sign in to comment.