ChangeLog: v1.3.86


Static-linked msvc runtime

This PR will make user without msvc runtime installed happy.

Preserve instead of panic for jsc.paths

SWC now preserves the original import specifier if the resolver for jsc.paths fails to resolve.

Private name & logical assignments

chrome 74 is a bizarre target because class_property is not required but logical_assignments is required.

This caused an issue to SWC, but it's now fixed.