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
In Modern.js, api.useConfigContext() returns the user-defined config. However, in Rsbuild, api.getRsbuildConfig() and api.modifyRsbuildConfig() both return the filled config, I am unsure which one is from rspack and which one is from the user.
How can I change the default rsbuild behavior but still follow the user's config?
Reproduce link
none
Reproduce Steps
none
The text was updated successfully, but these errors were encountered:
Version
Details
In Modern.js,
api.useConfigContext()
returns the user-defined config. However, in Rsbuild,api.getRsbuildConfig()
andapi.modifyRsbuildConfig()
both return the filled config, I am unsure which one is from rspack and which one is from the user.How can I change the default rsbuild behavior but still follow the user's config?
Reproduce link
none
Reproduce Steps
none
The text was updated successfully, but these errors were encountered: