Patch Changes
-
Bump Rsbuild v1.3.17 with Rspack v1.3.9. (#708)
-
Support
performance.profile
. (#691) -
Support CLI flag
--mode
to specify the build mode. (#723) -
Enable native Rsdoctor plugin by default. (#688)
Set
tools.rsdoctor.experiments.enableNativePlugin
tofalse
to use the old JS plugin.import { defineConfig } from '@lynx-js/rspeedy' export default defineConfig({ tools: { rsdoctor: { experiments: { enableNativePlugin: false, }, }, }, })
See Rsdoctor - 1.0 for more details.
-
Bump Rsbuild v1.3.14 with Rspack v1.3.8. (#630)