We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 6e97c36 commit 8c4ad95Copy full SHA for 8c4ad95
e2e/renderer/package.json
@@ -42,7 +42,7 @@
42
"nativescript-dev-webpack": "next",
43
"tslib": "^1.7.1",
44
"typescript": "~2.7.2",
45
- "@angular-devkit/build-angular": "~0.7.0-rc.0"
+ "@ngtools/webpack": "6.1.0-rc.0"
46
},
47
"scripts": {
48
"e2e": "tsc -p e2e && mocha --opts ../config/mocha.opts --recursive e2e --appiumCapsLocation ../config/appium.capabilities.json",
e2e/router/package.json
@@ -24,7 +24,7 @@
24
"zone.js": "^0.8.26"
25
26
"devDependencies": {
27
- "@angular-devkit/build-angular": "~0.7.0-rc.0",
+ "@ngtools/webpack": "6.1.0-rc.0",
28
"@angular/compiler-cli": "~6.1.0-beta.1",
29
"@types/chai": "^4.0.2",
30
"@types/mocha": "^2.2.41",
0 commit comments