We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent bcf5795 commit 1d51c41Copy full SHA for 1d51c41
apps/website-new/docs/en/guide/framework/modernjs.mdx
@@ -182,7 +182,7 @@ Note: This component only renders this fault-tolerant component on the client si
182
183
If the current project only needs to load MF in the CSR, you can set `ssr: false` to help progressive migration.
184
185
-```title='modern.config.ts'
+```ts title='modern.config.ts'
186
import { appTools, defineConfig } from '@modern-js/app-tools';
187
import { moduleFederationPlugin } from '@module-federation/modern-js';
188
0 commit comments