Skip to content

Commit

Permalink
cleanup
Browse files Browse the repository at this point in the history
  • Loading branch information
patrykkopycinski committed Feb 24, 2020
1 parent e72deb3 commit ea1a065
Showing 1 changed file with 1 addition and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -14,7 +14,7 @@ export function compose(core: CoreStart): AppFrontendLibs {
const basePath = core.http.basePath.get();

const apolloClient = new ApolloClient({
connectToDevTools: true,
connectToDevTools: process.env.NODE_ENV !== 'production',
cache: new InMemoryCache({
typePolicies: {
TimelineItem: {
Expand Down

0 comments on commit ea1a065

Please sign in to comment.