Skip to content
This repository was archived by the owner on Aug 7, 2021. It is now read-only.

Commit 6c609b1

Browse files
authored
fix: webpack not working with latest @ngtools rc1
1 parent 13cf4b6 commit 6c609b1

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

Diff for: dependencyManager.js

+1-1
Original file line numberDiff line numberDiff line change
@@ -90,7 +90,7 @@ function getRequiredDeps(packageJson) {
9090
};
9191

9292
if (!dependsOn(packageJson, "@angular-devkit/build-angular")) {
93-
deps["@ngtools/webpack"] = "~6.1.0-rc.0";
93+
deps["@ngtools/webpack"] = "6.1.0-rc.0";
9494
}
9595

9696
return deps;

0 commit comments

Comments
 (0)