Skip to content

Commit 4a17c57

Browse files
committed
feat!(dependencies): Upgrade to Angular 17
- Update angular.json commonjs References #497
1 parent eb7390d commit 4a17c57

File tree

4 files changed

+6122
-8591
lines changed

4 files changed

+6122
-8591
lines changed

angular.json

Lines changed: 4 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -24,6 +24,7 @@
2424
"src/styles.css"
2525
],
2626
"scripts": [],
27+
"allowedCommonJsDependencies": ["google-libphonenumber"],
2728
"vendorChunk": true,
2829
"extractLicenses": false,
2930
"buildOptimizer": false,
@@ -64,18 +65,18 @@
6465
"serve": {
6566
"builder": "@angular-devkit/build-angular:dev-server",
6667
"options": {
67-
"browserTarget": "ngx-intl-tel-input-app:build"
68+
"buildTarget": "ngx-intl-tel-input-app:build"
6869
},
6970
"configurations": {
7071
"production": {
71-
"browserTarget": "ngx-intl-tel-input-app:build:production"
72+
"buildTarget": "ngx-intl-tel-input-app:build:production"
7273
}
7374
}
7475
},
7576
"extract-i18n": {
7677
"builder": "@angular-devkit/build-angular:extract-i18n",
7778
"options": {
78-
"browserTarget": "ngx-intl-tel-input-app:build"
79+
"buildTarget": "ngx-intl-tel-input-app:build"
7980
}
8081
},
8182
"test": {

0 commit comments

Comments
 (0)