Minor Changes
- BREAKING CHANGE: Remove the unused
jsx
option. (#903)
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, }, })
-
Support
@lynx-js/react
v0.109.0. (#840) -
Use
WebEncodePlugin
instead ofWebWebpackPlugin
. (#904) -
Updated dependencies [
7beb35e
,b6e27da
,5ddec12
,77524bc
,fdab5dc
,ff63b58
,fdab5dc
,2b83934
,3520031
]:- @lynx-js/template-webpack-plugin@0.7.0
- @lynx-js/css-extract-webpack-plugin@0.5.4
- @lynx-js/react-refresh-webpack-plugin@0.3.3
- @lynx-js/react-webpack-plugin@0.6.14
- @lynx-js/react-alias-rsbuild-plugin@0.10.0