diff --git a/mattermost-plugin/webapp/webpack.config.js b/mattermost-plugin/webapp/webpack.config.js index ece2da025..5b2512f2c 100644 --- a/mattermost-plugin/webapp/webpack.config.js +++ b/mattermost-plugin/webapp/webpack.config.js @@ -144,7 +144,7 @@ if (TARGET_IS_PRODUCT) { } config.plugins.push(new ModuleFederationPlugin({ - name: PLUGIN_ID, + name: 'boards', filename: 'remote_entry.js', exposes: { '.': './src/index',