From 9e17421654a3b829abcc1cd8548a7047d82749c9 Mon Sep 17 00:00:00 2001 From: skidoodle <53189968+skidoodle@users.noreply.github.com> Date: Tue, 26 Apr 2022 08:42:01 +0200 Subject: [PATCH] =?UTF-8?q?=F0=9F=A4=8D?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- next.config.js | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/next.config.js b/next.config.js index 54e6a7d..d48c863 100644 --- a/next.config.js +++ b/next.config.js @@ -2,8 +2,8 @@ const path = require('path') module.exports = { productionBrowserSourceMaps: true, - swcMinify: false, + swcMinify: true, sassOptions: { includePaths: [path.join(__dirname, 'styles')] } -} \ No newline at end of file +}