swc-project / swc-loader

Moved to https://github.com/swc-project/pkgs
MIT License
394 stars 29 forks source link

fix #57 - bump @swc/core version to support nodenext module #58

Closed ghost closed 2 years ago

ghost commented 2 years ago

Fix for https://github.com/swc-project/swc-loader/issues/57.

After bumping the @swc/core version it now correctly compiles with webpack using nodenext module with no issues.

However I don't know this repo well enough to know if the version bump could have consequences for other functionality.

CLAassistant commented 2 years ago

CLA assistant check
All committers have signed the CLA.

ghost commented 2 years ago

I mindlessly updated peer as well without thinking. I believe should be fixed now.