Skip to content

Commit

Permalink
fix naming
Browse files Browse the repository at this point in the history
  • Loading branch information
mlemaire committed Aug 26, 2024
1 parent 717c64b commit 51589c4
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions app_provider/next.config.js
Original file line number Diff line number Diff line change
Expand Up @@ -11,8 +11,8 @@ module.exports = {

config.plugins.push(
new ModuleFederationPlugin({
name: "next3",
library: { type: "var", name: "next3" },
name: "app_provider",
library: { type: "var", name: "app_provider" },
filename: "static/runtime/remoteEntry.js",
exposes: {
"./RemoteComponent": "./app/components/RemoteComponent.tsx",
Expand Down

0 comments on commit 51589c4

Please sign in to comment.