From 0567af4efea3247aacd5357367a45cab3c727b07 Mon Sep 17 00:00:00 2001 From: Cody Swartz Date: Thu, 4 Nov 2021 13:30:46 -0700 Subject: [PATCH] swcMinify was breaking the build :RIP: --- next.config.js | 5 ++++- 1 file changed, 4 insertions(+), 1 deletion(-) diff --git a/next.config.js b/next.config.js index 9be956e..8eda583 100644 --- a/next.config.js +++ b/next.config.js @@ -1,4 +1,7 @@ module.exports = { reactStrictMode: true, - swcMinify: true, + // swcMinify: true, + // optimization: { + // minimize: false, + // }, }