Skip to content

v1.5.13

Choose a tag to compare

@chenjiahan chenjiahan released this 29 Sep 09:01
· 76 commits to main since this release
bc42a00

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