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 314243f commit b3530d7Copy full SHA for b3530d7
.changeset/poor-dots-confess.md
@@ -0,0 +1,5 @@
1
+---
2
+'@module-federation/nextjs-mf': patch
3
4
+
5
+fix(nextjs-mf): delete duplicate code lines
packages/nextjs-mf/src/plugins/NextFederationPlugin/index.ts
@@ -164,7 +164,7 @@ export class NextFederationPlugin {
164
],
165
//@ts-ignore
166
exposes: {
167
- ...(this._extraOptions.skipSharingNextInternals ? {} : defaultExpose),
+ ...defaultExpose,
168
...this._options.exposes,
169
...(this._extraOptions.exposePages
170
? exposeNextjsPages(compiler.options.context as string)
0 commit comments