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
NextJS 12+ now uses swc for js transpilation. Although it still supports using babel (and will automatically opt-out of swc if it detects a .babelrc, it would be nice to keep up-to-date.
So far, we only use babel for the following plugins:
NextJS 12+ now uses swc for js transpilation. Although it still supports using babel (and will automatically opt-out of swc if it detects a
.babelrc
, it would be nice to keep up-to-date.So far, we only use babel for the following plugins:
Once the above works with swc, we can drop babel.
The text was updated successfully, but these errors were encountered: