This commit is contained in:
2025-06-15 01:12:41 +09:00
parent 1f2d63a131
commit d85e7177de
4 changed files with 105 additions and 124 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",