mirror of
https://github.com/PHIDIAS0303/ClusterChatSync.git
synced 2025-12-27 03:05:21 +09:00
.
This commit is contained in:
@@ -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",
|
||||
|
||||
Reference in New Issue
Block a user