소스 검색

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"],
-    },
   },
 });