Skip to content

v7.2.0

Compare
Choose a tag to compare
@yyx990803 yyx990803 released this 21 Dec 22:48
· 254 commits to main since this release
  • Downgraded babel-runtime peer dependency to 5.x due to:
    • Bugs in babel-runtime 6.x
    • All babel plugins still depend on runtime 5.x, having a top-level 6.x dependency forces duplicate copies of runtime 5.x in every plugin, resulting in the installation using much larger disk space and the build booting much slower.
  • More reliable hot-reload for nested child components.