Skip to content

Commit

Permalink
webpack-upgrade Fix issue of graphql/dataloader#249
Browse files Browse the repository at this point in the history
  • Loading branch information
silentsakky committed Jun 10, 2021
1 parent c9618f3 commit 041e692
Show file tree
Hide file tree
Showing 2 changed files with 5 additions and 1 deletion.
3 changes: 3 additions & 0 deletions index.ts
Original file line number Diff line number Diff line change
@@ -1,3 +1,6 @@
// https://github.com/graphql/dataloader/issues/249
import 'setimmediate';

export { createZimbraSchema, schema } from './src/schema/schema';
export { ZimbraBatchClient } from './src/batch-client';
export { LocalBatchLink } from './src/apollo/local-batch-link';
Expand Down
3 changes: 2 additions & 1 deletion package.json
Original file line number Diff line number Diff line change
Expand Up @@ -43,7 +43,8 @@
"graphql": "^15.3.0",
"graphql-tools": "^7.0.4",
"lodash": "^4.17.20",
"mitt": "^2.1.0"
"mitt": "^2.1.0",
"setimmediate": "^1.0.5"
},
"devDependencies": {
"@babel/cli": "^7.12.1",
Expand Down

0 comments on commit 041e692

Please sign in to comment.