fix: upd-1 forms sending error
This commit is contained in:
@@ -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;
|
||||
|
||||
Reference in New Issue
Block a user