Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
fix(cli): Statically compile msvc runtime (#11769)
* fix(cli): Statically compile msvc runtime fixes #11642 ref swc-project/swc#7965 i only added it for x64 for now but we should monitor x32 (swc removed it for this one again) and aarch64 (swc never added it). x32 is fairly rare as a dev system and aarch64 didn't seem much testing in general (as a dev system) so i'd prefer to wait and see if it's needed. note that i don't know if any other tooling (rust etc) need the dyn runtime so that's also something to monitor * 32bit and arm64
- Loading branch information