79820620

Date: 2025-11-15 06:49:12
Score: 1
Natty:
Report link

Unfortunately the only fix I found was adding this to my next.config.mjs

webpack: (config) => {
    config.optimization.minimize = false;
    return config;
},

And the code runs properly with no build errors, or console errors or warnings. I don't know what causes this settings being turned on, to not function.

Reasons:
  • Has code block (-0.5):
  • Self-answer (0.5):
  • Low reputation (1):
Posted by: Santiago Uribe Gil