79340043

Date: 2025-01-08 16:38:20
Score: 2.5
Natty:
Report link
/** @type {import('next').NextConfig} */
const nextConfig = {
  webpack: (config, { buildId, dev, isServer, defaultLoaders, webpack }) => {
    config.resolve.alias.canvas = false
    config.resolve.alias.encoding = false
    return config
  },
  swcMinify: false,
}

export default nextConfig

adding swcMinify: false, help me resolve the issue https://github.com/KelvinJiang-k/pdfparse/blob/main/next.config.mjs

Reasons:
  • Blacklisted phrase (1): help me
  • Probably link only (1):
  • Has code block (-0.5):
  • Low reputation (1):
Posted by: user29111283