Skip to content

v3.3.0

Compare
Choose a tag to compare
@ClarkXia ClarkXia released this 11 Sep 07:27
· 283 commits to master since this release
3236acd
  • 🎉 Support new bundler (rspack) to speed up both local development, as well as production builds.

Enable feature through ice start --speedup:

{
  "scripts": {
    "start": "ice start --speedup",
    "build": "ice build --speedup"
  },
}
  • 🎉 Update plugin and compiler tools based on Rust, improve compile time.