From 94b067104f7caa6b276c90d5bb6206f2cac4aee9 Mon Sep 17 00:00:00 2001 From: Bradley Shellnut Date: Fri, 4 Jun 2021 13:50:24 -0700 Subject: [PATCH] Removing webpack 5 for now. --- next.config.js | 3 --- 1 file changed, 3 deletions(-) diff --git a/next.config.js b/next.config.js index 3fa15cf..3429c25 100644 --- a/next.config.js +++ b/next.config.js @@ -2,7 +2,4 @@ module.exports = { images: { domains: ['res.cloudinary.com', 'via.placeholder.com'], }, - future: { - webpack5: true, - }, };