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

Commit 9270373

Browse files
committed
fix: webpack not working with latest @ngtools rc1
1 parent 13cf4b6 commit 9270373

File tree

2 files changed

+2
-2
lines changed

2 files changed

+2
-2
lines changed

Diff for: demo/AngularApp/package.json

+1-1
Original file line numberDiff line numberDiff line change
@@ -29,7 +29,7 @@
2929
"zone.js": "^0.8.4"
3030
},
3131
"devDependencies": {
32-
"@ngtools/webpack": "~6.1.0-rc.0",
32+
"@ngtools/webpack": "6.1.0-rc.0",
3333
"@angular/compiler-cli": "~6.1.0-beta.1",
3434
"@types/chai": "^4.0.2",
3535
"@types/mocha": "^2.2.41",

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)