浏览代码

update config

AykutSarac 3 年之前
父节点
当前提交
faa39e9baa
共有 1 个文件被更改,包括 0 次插入3 次删除
  1. 0 3
      next.config.js

+ 0 - 3
next.config.js

@@ -13,9 +13,6 @@ const nextConfig = withTM({
   compiler: {
     styledComponents: true,
     swcMinify: true,
-    removeConsole: {
-      exclude: ["error"],
-    },
   },
 });