Explorar el Código

update config

AykutSarac hace 3 años
padre
commit
faa39e9baa
Se han modificado 1 ficheros con 0 adiciones y 3 borrados
  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"],
-    },
   },
 });