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
Copy file name to clipboardExpand all lines: apps/website-new/docs/en/guide/start/quick-start.mdx
+1-1Lines changed: 1 addition & 1 deletion
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -143,7 +143,7 @@ Here is an example of creating an rsbuild consumer project:
143
143
144
144
#### Replace provider
145
145
146
-
The default consumer project created will consume a published provider. If you want to replace the provider, you need to modify the `remotes` configuration in`module-federation.config.js`.
146
+
The default consumer project created will consume a published provider. If you want to replace the provider, you need to modify the `remotes` configuration in`module-federation.config.ts`.
147
147
148
148
```diff title="module-federation.config.ts"
149
149
import { createModuleFederationConfig } from '@module-federation/rsbuild-plugin';
0 commit comments