We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent e8f02b4 commit 403b9c8Copy full SHA for 403b9c8
webpack/webpack.mf.js
@@ -26,7 +26,7 @@ function shared_from_dependencies(...dependencies) {
26
};
27
if (name === "underscore") {
28
// Underscore, for some reason, needs to have the version set explicitly
29
- shared[name].requiredVersion = "1.13.2";
+ shared[name].requiredVersion = "1.13.3";
30
}
31
32
0 commit comments