github lynx-family/lynx-stack @lynx-js/react-rsbuild-plugin@0.10.0

latest releases: @lynx-js/offscreen-document@0.1.4, @lynx-js/cache-events-webpack-plugin@0.0.2, @lynx-js/web-constants@0.16.0...
3 months ago

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 of WebWebpackPlugin. (#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

Don't miss a new lynx-stack release

NewReleases is sending notifications on new releases.