This commit is contained in:
2025-06-15 14:02:25 +09:00
parent af39a1bfa5
commit 4a3fd3feb8
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: 'ClusterChatSync',
library: {type: 'var', name: 'plugin_ClusterChatSync' },
name: 'chat_sync',
library: {type: 'var', name: 'plugin_chat_sync'},
exposes: {
'./': './info.js',
'./package.json': './package.json',