next.js/test/e2e/app-dir/remove-console/next.config.js
next.config.js11 lines159 B
/**
 * @type {import('next').NextConfig}
 */
const nextConfig = {
  compiler: {
    removeConsole: { exclude: ['error'] },
  },
}

module.exports = nextConfig
Quest for Codev2.0.0
/
SIGN IN