remove TODO that must be includes now

main
Mike Fix 5 years ago
parent 9f3f4a7b1a
commit ea46cec4e9
No known key found for this signature in database
GPG Key ID: 1D85E862314CA79F

@ -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$/,

Loading…
Cancel
Save