diff --git a/app_provider/next.config.js b/app_provider/next.config.js index 2c77e73..4bc4b84 100644 --- a/app_provider/next.config.js +++ b/app_provider/next.config.js @@ -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",