Skip to content

Commit 87347b7

Browse files
committed
maint(Build): Module Federation - Remove the underscore version fixture.
Remove the underscore version fixture in webpack.mf.js. Since unterscore 1.13.4 this fixture isn't necessary anymore.
1 parent bccd803 commit 87347b7

File tree

1 file changed

+0
-4
lines changed

1 file changed

+0
-4
lines changed

webpack/webpack.mf.js

Lines changed: 0 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -24,10 +24,6 @@ function shared_from_dependencies(...dependencies) {
2424
singleton: true,
2525
requiredVersion: version,
2626
};
27-
if (name === "underscore") {
28-
// Underscore, for some reason, needs to have the version set explicitly
29-
shared[name].requiredVersion = "1.13.3";
30-
}
3127
}
3228
}
3329
return shared;

0 commit comments

Comments
 (0)