Skip to content

Commit c2f4d37

Browse files
committed
maint(Build): Adapt to latest module federation changes in @patternslib/dev 2.2.0.
1 parent ce89f24 commit c2f4d37

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

webpack/webpack.config.js

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -30,8 +30,8 @@ module.exports = (env, argv) => {
3030
config.plugins.push(
3131
mf_config({
3232
name: "patternslib",
33-
package_json: package_json,
3433
remote_entry: config.entry["bundle.min"],
34+
dependencies: package_json.dependencies,
3535
})
3636
);
3737

@@ -59,6 +59,6 @@ module.exports = (env, argv) => {
5959
}
6060

6161
//console.log(JSON.stringify(config, null, 4));
62-
//
62+
6363
return config;
6464
};

0 commit comments

Comments
 (0)