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

Commit ee0d67d

Browse files
manoldonevSvetoslavTsenov
authored andcommitted
fix: webpack not working with latest @ngtools rc1 (#606)
1 parent 13cf4b6 commit ee0d67d

File tree

2 files changed

+2
-2
lines changed

2 files changed

+2
-2
lines changed

demo/AngularApp/package.json

Lines changed: 1 addition & 1 deletion
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",

dependencyManager.js

Lines changed: 1 addition & 1 deletion
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)