Skip to content

Commit

Permalink
Update modernjs.mdx
Browse files Browse the repository at this point in the history
fix syntax highlight
  • Loading branch information
NookieGrey authored Jan 6, 2025
1 parent 3f9677d commit c3ce29e
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion apps/website-new/docs/en/guide/framework/modernjs.mdx
Original file line number Diff line number Diff line change
Expand Up @@ -182,7 +182,7 @@ Note: This component only renders this fault-tolerant component on the client si

If the current project only needs to load MF in the CSR, you can set `ssr: false` to help progressive migration.

```title='modern.config.ts'
```ts title='modern.config.ts'
import { appTools, defineConfig } from '@modern-js/app-tools';
import { moduleFederationPlugin } from '@module-federation/modern-js';

Expand Down

0 comments on commit c3ce29e

Please sign in to comment.