You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
feat(rsbuild-plugin): apply the build engine for rslib
`rslib` was left out of the engine entirely, so a library build read none of the
Lynx config and had to mirror the parts it needed by hand.
Apply the engine there too, and gate the plugins that own the bundle — the
template, the dev server, the output layout — on the caller instead. `rslib`
assembles the bundle itself, and `rstest` has no bundle at all.
Apply the Lynx build engine for `rslib` as well, so a library build reads the Lynx config. The plugins that own the bundle — the template, the dev server, the output layout — stay off, since `rslib` assembles the bundle itself.
0 commit comments