update config

This commit is contained in:
AykutSarac 2022-04-17 10:23:47 +03:00
parent d8397a316e
commit faa39e9baa

View File

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