v3.3.0
ClarkXia
released this
11 Sep 07:27
·
283 commits
to master
since this release
- 🎉 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.