yarn @rsbuild/core 1.5.13
v1.5.13

7 hours ago

Highlights 💡

Browser logs

Rsbuild now forwards browser errors to your terminal — giving your coding agent more context 🤖.

image

This can be disabled via dev.browserLogs config:

export default {
  dev: {
    browserLogs: false,
  },
}

What's Changed

New Features 🎉

Performance 🚀

Bug Fixes 🐞

Refactor 🔨

  • refactor: extract server assets middleware by @chenjiahan in #6257
  • refactor(assets-middleware): simplify paths handling and server hooks by @chenjiahan in #6258
  • refactor(server): make filename helper independent of assets middleware context by @chenjiahan in #6259
  • refactor: simplify variable naming in HMR client by @chenjiahan in #6266
  • refactor(assets-middleware): simplify context management by @chenjiahan in #6269

Document 📖

  • docs(plugin-react): add 'preserve' option to JSX runtime by @chenjiahan in #6244
  • docs: update type checking guide with tsc/vue-tsc by @chenjiahan in #6279
  • docs: add web workers browser compatibility tips by @9aoy in #6282

Other Changes

Full Changelog: v1.5.12...v1.5.13

Don't miss a new core release

NewReleases is sending notifications on new releases.