diff --git a/shell/webpack.config.js b/shell/webpack.config.js index 42c906e..d1d516a 100644 --- a/shell/webpack.config.js +++ b/shell/webpack.config.js @@ -48,7 +48,6 @@ module.exports = (_, argv) => { }), new ModuleFederationPlugin({ name: "shell", - filename: "remoteEntry.js", remotes: { reactApp: "reactApp@http://localhost:9001/remoteEntry.js", },