You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
The build process for the plugin now includes an additional optimization pass, reducing the size of unpacked plugin from 2.3 MB to just ~900 KB with no impact on performance.
To improve NextJS compatibility, a list of supported versions was expanded. The swc1.4.0 label has been reinstated, and two new labels were added swc1.6.0 and swc1.7.0.
We added an Additional documentation to support NextJS users, sharing details regarding setup and supported labels/versions.