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.