Skip to content

v12.0.0

Compare
Choose a tag to compare
@wintercounter wintercounter released this 03 Dec 17:36
· 75 commits to master since this release
  • chore(release): 12.0.0 (3f87bdb)
  • feat(jest): replace babel-jest with @swc/jest for significantly improved performance (656bee6)
  • feat(node): replace babel-register with swc-register for significantly improved startup performa (196b3e9)
  • feat(swc): add swc config support (4d051ce)
  • 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.