diff --git a/next.config.js b/next.config.js index 13b5cf2..c0fddf3 100644 --- a/next.config.js +++ b/next.config.js @@ -13,9 +13,6 @@ const nextConfig = withTM({ compiler: { styledComponents: true, swcMinify: true, - removeConsole: { - exclude: ["error"], - }, }, });