79786144

Date: 2025-10-09 07:53:03
Score: 0.5
Natty:
Report link

The problem is proposals: true.

The docs says This will enable polyfilling of every proposal supported by core-js. But actually, it somehow adds features like esnext.set.symmetric-difference to the artifacts, even though this feature is already stage 4, part of the ECMAScript spec, and supported by Chrome for months.

I can't explain the reason. If you run into the same issue, try removing the proposals: true option.

Reasons:
  • Has code block (-0.5):
  • Self-answer (0.5):
  • Low reputation (0.5):
Posted by: ipid