The assertCompatibleSwcCoreVersion assertion enforces @swc/core@1.15.x.
Is there a technical reason for this constraint?
The reason I ask is that this pinned version doesn't support disabling sourceMaps, which inflates Jest's cache size significantly. Newer versions of @swc/core support this, but installing them causes the assertion to throw.
Are there plans to relax this constraint or bump the supported version range?
The
assertCompatibleSwcCoreVersionassertion enforces@swc/core@1.15.x.Is there a technical reason for this constraint?
The reason I ask is that this pinned version doesn't support disabling sourceMaps, which inflates Jest's cache size significantly. Newer versions of
@swc/coresupport this, but installing them causes the assertion to throw.Are there plans to relax this constraint or bump the supported version range?