Patch Changes
-
Support
output.inlineScripts
, which controls whether to inline scripts into Lynx bundle (.lynx.bundle
). (#874)Only background thread scripts can remain non-inlined, whereas the main thread script is always inlined.
example:
import { defineConfig } from '@lynx-js/rspeedy' export default defineConfig({ output: { inlineScripts: false, }, })
-
Bump Rsbuild v1.3.21 with Rspack v1.3.11. (#863)
-
Updated dependencies [
5b67bde
]:- @lynx-js/chunk-loading-webpack-plugin@0.2.1