diff --git a/next.config.ts b/next.config.ts index 1f7ea33..c7f9984 100644 --- a/next.config.ts +++ b/next.config.ts @@ -8,10 +8,6 @@ const nextConfig: NextConfig = { includePaths: [path.resolve('./src/core/styles')], prependData: `@import "index.scss";`, }, - compiler: { - removeConsole: - process.env.NODE_ENV === 'production' ? { exclude: ['error'] } : false, - }, }; export default nextConfig;