@lynx-js/web-platform-rsbuild-plugin
0.1.2
Patch Changes
-
feat: add
napiModulesPathto bundle napiModules into worker runtime. (#1134)Usage:
napi-modules.tsexample:
0.1.1
Patch Changes
- Fix build on Windows (#1048)
0.1.0
Minor Changes
-
feat: add new parameter
nativeModulesPathtopluginWebPlatform({}). (#668)After this commit, you can use
nativeModulesPathto package custom nativeModules directly into the worker, and no longer need to passnativeModulesMapto lynx-view.Here is an example:
native-modules.ts:
- plugin config:
-
feat: Provides Rsbuild plugin for Web projects in Lynx Web Platform, currently supports polyfill about lynx. (#606)

