Ver código fonte

update config

AykutSarac 3 anos atrás
pai
commit
faa39e9baa
1 arquivos alterados com 0 adições e 3 exclusões
  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"],
-    },
   },
 });