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
Drop @babel/plugin-transform-classes by default (#68290)
We shouldn't include this by default in our plugins list anymore and
this should be handled by browserslist instead via `@babel/preset-env`
if browsers old enough that need this are configured. Additionally we'll
leave this configured if specific config is being provided for it to
avoid unexpected dropping.
Closes: #65540
Closes: NEXT-3598
0 commit comments