Changelog: swc v1.1.45
#
Bugfixes#783)#
preset-env: non-swcrc config (Previously if you use transformSync
without a file name, configuration related to preset-env was ignored. This is obviously wrong and it's fixed with v1.1.45
.
#
UX Improvements#781)#
Better error message (When swcrc
file contains invalid value, swc
prints a more detailed error message. Note that although swc
supports specifing multiple entries in the .swcrc
file, error message for multiple item is not improved yet.