From b63acd61def8f790b2069a56aa70da7c0f93b6fb Mon Sep 17 00:00:00 2001 From: Jayden Seric Date: Wed, 26 Jul 2017 14:55:53 +1000 Subject: [PATCH] Removed no longer neccessary Webpack bugfix. --- app/next.config.js | 9 --------- 1 file changed, 9 deletions(-) delete mode 100644 app/next.config.js 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 - } -}