Skip to content

Commit

Permalink
chore(online-shell): rename ModuleFederationPlugin name for Online shell
Browse files Browse the repository at this point in the history
  • Loading branch information
tadayosi committed Mar 8, 2024
1 parent 701bdc9 commit a58ec9a
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion packages/online-shell/webpack.config.common.js
Original file line number Diff line number Diff line change
Expand Up @@ -52,7 +52,7 @@ const common = (mode, publicPath) => {
ignoreOrder: true,
}),
new webpack.container.ModuleFederationPlugin({
name: 'app',
name: 'hawtio-online',
filename: 'remoteEntry.js',
exposes: {},
shared: {
Expand Down

0 comments on commit a58ec9a

Please sign in to comment.