github lynx-family/lynx-stack @lynx-js/rspeedy@0.8.4

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...
5 months ago

Patch Changes

  • Bump Rsbuild v1.2.19 with Rspack v1.2.8 (#168)

  • Add mergeRspeedyConfig function for merging multiple Rspeedy configuration object. (#169)

  • Bump Rsdoctor v1.0.0-rc.0 (#186)

  • Support configure the base path of the server. (#196)

    By default, the base path of the server is /, and users can access lynx bundle through http://<host>:<port>/main.lynx.bundle
    If you want to access lynx bundle through http://<host>:<port>/foo/main.lynx.bundle, you can change server.base to /foo

    example:

    import { defineConfig } from '@lynx-js/rspeedy'
    export default defineConfig({
      server: {
        base: '/dist',
      },
    })
  • Updated dependencies [b026c8b]:

    • @lynx-js/webpack-dev-transport@0.1.2

Don't miss a new lynx-stack release

NewReleases is sending notifications on new releases.