diff --git a/app/next.config.js b/app/next.config.js deleted file mode 100644 index ba83e7f..0000000 --- a/app/next.config.js +++ /dev/null @@ -1,9 +0,0 @@ -/* eslint-disable import/unambiguous */ - -module.exports = { - webpack: config => { - // See https://github.com/webpack/webpack/issues/5135 - config.module.strictThisContextOnImports = true - return config - } -}