Skip to content

Commit 4a2e93a

Browse files
Merge pull request opf#15265 from opf/bump/angular17
Bump angular to 17
2 parents 05a447f + 4feb246 commit 4a2e93a

File tree

33 files changed

+6310
-4943
lines changed

33 files changed

+6310
-4943
lines changed

frontend/angular.json

+5-6
Original file line numberDiff line numberDiff line change
@@ -61,8 +61,7 @@
6161
],
6262
"stylePreprocessorOptions": {
6363
"includePaths": [
64-
"src/assets/sass/",
65-
"src/app/spot/styles/sass/variables/"
64+
"src/assets/sass/"
6665
]
6766
},
6867
"scripts": [],
@@ -136,19 +135,19 @@
136135
"serve": {
137136
"builder": "@angular-devkit/build-angular:dev-server",
138137
"options": {
139-
"browserTarget": "OpenProject:build",
140-
"proxyConfig": "cli_to_rails_proxy.js"
138+
"proxyConfig": "cli_to_rails_proxy.js",
139+
"buildTarget": "OpenProject:build"
141140
},
142141
"configurations": {
143142
"production": {
144-
"browserTarget": "OpenProject:build:production"
143+
"buildTarget": "OpenProject:build:production"
145144
}
146145
}
147146
},
148147
"extract-i18n": {
149148
"builder": "@angular-devkit/build-angular:extract-i18n",
150149
"options": {
151-
"browserTarget": "OpenProject:build"
150+
"buildTarget": "OpenProject:build"
152151
}
153152
},
154153
"test": {

0 commit comments

Comments
 (0)