From ea46cec4e980722cf5ecb0d384eeb341ff7d3d15 Mon Sep 17 00:00:00 2001 From: Mike Fix Date: Mon, 20 Jan 2020 14:06:20 -0800 Subject: [PATCH] remove TODO that must be includes now --- next.config.js | 1 - 1 file changed, 1 deletion(-) 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$/,