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 throughhttp://<host>:<port>/main.lynx.bundle
If you want to access lynx bundle throughhttp://<host>:<port>/foo/main.lynx.bundle
, you can changeserver.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