mirror of
https://github.com/johannesjo/super-productivity.git
synced 2026-01-23 02:36:05 +00:00
build: upgrade ng core to 17
This commit is contained in:
parent
0425097c38
commit
b3b95c58fc
3 changed files with 3702 additions and 4350 deletions
10
angular.json
10
angular.json
|
|
@ -183,15 +183,15 @@
|
|||
"serve": {
|
||||
"builder": "@angular-devkit/build-angular:dev-server",
|
||||
"options": {
|
||||
"browserTarget": "sp2:build",
|
||||
"open": false
|
||||
"open": false,
|
||||
"buildTarget": "sp2:build"
|
||||
},
|
||||
"configurations": {
|
||||
"production": {
|
||||
"browserTarget": "sp2:build:production"
|
||||
"buildTarget": "sp2:build:production"
|
||||
},
|
||||
"development": {
|
||||
"browserTarget": "sp2:build:development"
|
||||
"buildTarget": "sp2:build:development"
|
||||
}
|
||||
},
|
||||
"defaultConfiguration": "development"
|
||||
|
|
@ -199,7 +199,7 @@
|
|||
"extract-i18n": {
|
||||
"builder": "@angular-devkit/build-angular:extract-i18n",
|
||||
"options": {
|
||||
"browserTarget": "sp2:build"
|
||||
"buildTarget": "sp2:build"
|
||||
}
|
||||
},
|
||||
"test": {
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue