Skip to content

Commit

Permalink
removes regenerator-runtime from cdn.ts (#2939)
Browse files Browse the repository at this point in the history
  • Loading branch information
jonathanawesome authored Dec 6, 2022
1 parent 4ff2794 commit bca318c
Show file tree
Hide file tree
Showing 2 changed files with 5 additions and 1 deletion.
5 changes: 5 additions & 0 deletions .changeset/honest-windows-scream.md
Original file line number Diff line number Diff line change
@@ -0,0 +1,5 @@
---
"graphiql": patch
---

removes regenerator-runtime from cdn.ts, resolves #2868
1 change: 0 additions & 1 deletion packages/graphiql/src/cdn.ts
Original file line number Diff line number Diff line change
Expand Up @@ -7,7 +7,6 @@
import * as GraphiQLReact from '@graphiql/react';
import { createGraphiQLFetcher } from '@graphiql/toolkit';
import * as GraphQL from 'graphql';
import 'regenerator-runtime/runtime';
import { GraphiQL } from './components/GraphiQL';

import '@graphiql/react/font/roboto.css';
Expand Down

0 comments on commit bca318c

Please sign in to comment.