Skip to content

Commit 8c4ad95

Browse files
chore: replace angular-devkit/build-angular with ngtools/webpack (#1421)
1 parent 6e97c36 commit 8c4ad95

File tree

2 files changed

+2
-2
lines changed

2 files changed

+2
-2
lines changed

Diff for: e2e/renderer/package.json

+1-1
Original file line numberDiff line numberDiff line change
@@ -42,7 +42,7 @@
4242
"nativescript-dev-webpack": "next",
4343
"tslib": "^1.7.1",
4444
"typescript": "~2.7.2",
45-
"@angular-devkit/build-angular": "~0.7.0-rc.0"
45+
"@ngtools/webpack": "6.1.0-rc.0"
4646
},
4747
"scripts": {
4848
"e2e": "tsc -p e2e && mocha --opts ../config/mocha.opts --recursive e2e --appiumCapsLocation ../config/appium.capabilities.json",

Diff for: e2e/router/package.json

+1-1
Original file line numberDiff line numberDiff line change
@@ -24,7 +24,7 @@
2424
"zone.js": "^0.8.26"
2525
},
2626
"devDependencies": {
27-
"@angular-devkit/build-angular": "~0.7.0-rc.0",
27+
"@ngtools/webpack": "6.1.0-rc.0",
2828
"@angular/compiler-cli": "~6.1.0-beta.1",
2929
"@types/chai": "^4.0.2",
3030
"@types/mocha": "^2.2.41",

0 commit comments

Comments
 (0)