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
feat(swc): add swc process to compile files (a460546)
feat(webpack): replace babel-loader with swc-loader for significantly improved startup performan (5f42089)
BREAKING CHANGE
The whole mhy ecosystem has been moved to SWC. The babel process is still available for legacy purposes, but from now on webpack, node, jest and storybook will use swc instead. By default, this should not cause any problems, but this change is being released as breaking to avoid unforeseen problems.