Skip to content

Commit 3b3c488

Browse files
chore: deprecation notice of nextjs-mf (#3160)
1 parent ce76792 commit 3b3c488

File tree

5 files changed

+18
-378
lines changed

5 files changed

+18
-378
lines changed

.changeset/strange-bugs-promise.md

Lines changed: 5 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,5 @@
1+
---
2+
'@module-federation/nextjs-mf': patch
3+
---
4+
5+
add warning about end of support for next

apps/website-new/docs/en/guide/framework/nextjs.mdx

Lines changed: 4 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -4,6 +4,10 @@ import { Badge } from '@theme';
44

55
# Next.js
66

7+
:::danger Project Deprecation
8+
Support for Next.js is ending [read more](https://github.com/module-federation/core/issues/3153)
9+
:::
10+
711
This plugin enables Module Federation on Next.js
812

913
## Supports

apps/website-new/docs/en/practice/frameworks/next/index.mdx

Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -6,6 +6,9 @@ title: "Basic Example"
66

77
import {Steps, Tabs, Tab, Badge, SourceCode} from '@theme';
88

9+
:::danger Project Deprecation
10+
Support for Next.js is ending [read more](https://github.com/module-federation/core/issues/3153)
11+
:::
912

1013
<span className="badge-info">
1114
<Badge text="Next 12" type="info" />

0 commit comments

Comments
 (0)