Skip to content

v0.0.13

Compare
Choose a tag to compare
@chenjiahan chenjiahan released this 03 Nov 09:33

What's Changed

Performance Improvements ⚡

  • perf: switch the default polyfill mode to usage
  • perf: remove config validation

New Features 🎉

  • feat(rsbuild/doctor): add doctor sdk server
  • feat(uni-builder): setup basic functions

Bug Fixes 🐞

  • fix(startUrl): failed to stringify circular error object
  • fix(core): failed to release static applescript
  • fix: modify priority order of source field and the default mainFields

Other Changes

  • refactor: simplify RsbuildConfig definitions
  • refactor: use plugin to generate meta tags instead of template params
  • chore(deps): bump Rspack v0.3.9
  • refactor: replace @rspack/html-plugin with html-webpack-plugin
  • refactor: extract css-minimizer plugin as a standalone package
  • chore(utils): unify the castArray implementation