Revert "."

This reverts commit 4a3fd3feb8.
This commit is contained in:
2025-06-15 14:07:56 +09:00
parent 4a3fd3feb8
commit 5ae7d529bd
3 changed files with 20 additions and 20 deletions

View File

@@ -13,8 +13,8 @@ module.exports = (env = {}) => merge(common(env), {
},
plugins: [
new webpack.container.ModuleFederationPlugin({
name: 'chat_sync',
library: {type: 'var', name: 'plugin_chat_sync'},
name: 'ClusterChatSync',
library: {type: 'var', name: 'plugin_ClusterChatSync' },
exposes: {
'./': './info.js',
'./package.json': './package.json',