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 Feb 14, 2022
1 parent 2734b13 commit af8eb96
Show file tree
Hide file tree
Showing 3 changed files with 6 additions and 3 deletions.
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: 1 addition & 2 deletions package-lock.json

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

3 changes: 2 additions & 1 deletion package.json
Original file line number Diff line number Diff line change
Expand Up @@ -49,7 +49,8 @@
"graphql": "^15.6.1",
"graphql-tools": "^8.2.0",
"lodash": "^4.17.21",
"mitt": "^3.0.0"
"mitt": "^3.0.0",
"setimmediate": "^1.0.5"
},
"devDependencies": {
"@babel/cli": "^7.15.7",
Expand Down

0 comments on commit af8eb96

Please sign in to comment.