From e369aeec4cedf17e8842ac364af6e93a41a053e5 Mon Sep 17 00:00:00 2001 From: shamoon <4887959+shamoon@users.noreply.github.com> Date: Sat, 11 Nov 2023 21:17:52 -0800 Subject: [PATCH] Revert "dont disable swc" This reverts commit 09be472463622686da7fdbb26987fa254fc99139. --- .babelrc | 3 +++ next.config.js | 1 + 2 files changed, 4 insertions(+) create mode 100644 .babelrc diff --git a/.babelrc b/.babelrc new file mode 100644 index 00000000..1ff94f7e --- /dev/null +++ b/.babelrc @@ -0,0 +1,3 @@ +{ + "presets": ["next/babel"] +} diff --git a/next.config.js b/next.config.js index d0395611..dae78ca0 100644 --- a/next.config.js +++ b/next.config.js @@ -4,6 +4,7 @@ const { i18n } = require("./next-i18next.config"); const nextConfig = { reactStrictMode: true, output: "standalone", + swcMinify: false, images: { domains: ["cdn.jsdelivr.net"], unoptimized: true,