diff --git a/next.config.js b/next.config.js index c17f835..2c21be1 100644 --- a/next.config.js +++ b/next.config.js @@ -31,7 +31,6 @@ const config = withOffline({ FIREBASE_API_KEY: process.env.FIREBASE_API_KEY, STRIPE_PUBLIC_KEY: process.env.STRIPE_PUBLIC_KEY }, - // TODO(mfix22) delete this later after https://github.com/graphql/graphiql/pull/1238 merges webpack: (config, options) => { config.module.rules.push({ test: /\.js$/,