Skip to content

Commit

Permalink
include polyfills for flatMap
Browse files Browse the repository at this point in the history
  • Loading branch information
evans committed Aug 29, 2018
1 parent bac7c9f commit 32445f1
Showing 1 changed file with 3 additions and 0 deletions.
3 changes: 3 additions & 0 deletions packages/apollo-cli/src/commands/queries/extract.ts
Original file line number Diff line number Diff line change
@@ -1,3 +1,6 @@
// provides flatMap
import "apollo-codegen-core/lib/polyfills";

import { Command, flags } from "@oclif/command";
import * as Listr from "listr";
import * as crypto from "crypto";
Expand Down

0 comments on commit 32445f1

Please sign in to comment.