1
0
mirror of https://github.com/mattermost/focalboard.git synced 2025-03-23 20:52:42 +02:00

MM-46275 Rename product container to 'boards' (#4015)

This commit is contained in:
Harrison Healey 2022-10-13 16:56:42 -04:00 committed by GitHub
parent 610dea35e2
commit ccd09fd7b6
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

View File

@ -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',