Skip to content

Commit 7890db2

Browse files
authored
Merge pull request #199 from NativeScript/sis0k0/ng-wp-build-deps
chore: replace @angular-devkit/core with @ngtools/webpack
2 parents d6c14c8 + 38448b5 commit 7890db2

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

demo-angular/package.json

+2-2
Original file line numberDiff line numberDiff line change
@@ -43,7 +43,7 @@
4343
"tslint": "~5.4.3",
4444
"typescript": "~2.7.2",
4545
"zone.js": "^0.8.4",
46-
"@angular-devkit/build-angular": "~0.7.0-rc.0"
46+
"@ngtools/webpack": "~6.1.0-rc.0"
4747
},
4848
"scripts": {
4949
"build.plugin": "cd ../src && npm run build",
@@ -58,4 +58,4 @@
5858
"build-android-bundle": "npm run ns-bundle --android --build-app",
5959
"build-ios-bundle": "npm run ns-bundle --ios --build-app"
6060
}
61-
}
61+
}

0 commit comments

Comments
 (0)