diff --git a/packages/babel-config/src/api.ts b/packages/babel-config/src/api.ts index 31f31d65d620..11feb066c36f 100644 --- a/packages/babel-config/src/api.ts +++ b/packages/babel-config/src/api.ts @@ -114,6 +114,12 @@ export const getApiSideBabelPlugins = ( members: ['context'], path: '@redwoodjs/graphql-server', }, + + { + // import { Response } from '@whatwg-node/fetch' + members: ['Response'], + path: '@whatwg-node/fetch', + }, ], }, 'rwjs-babel-auto-import',