Skip to content

Navigation Menu

Sign in
Appearance settings

Search code, repositories, users, issues, pull requests...

Provide feedback

We read every piece of feedback, and take your input very seriously.

Saved searches

Use saved searches to filter your results more quickly

Sign up
Appearance settings

Commit f6e0fbb

Browse files
feat: angular 18 update
1 parent 30f8b73 commit f6e0fbb

File tree

7 files changed

+16521
-15388
lines changed

7 files changed

+16521
-15388
lines changed

‎carrental-web/src/angular/carrental/angular.json

Lines changed: 10 additions & 10 deletions
Original file line numberDiff line numberDiff line change
@@ -21,12 +21,15 @@
2121
},
2222
"architect": {
2323
"build": {
24-
"builder": "@angular-devkit/build-angular:browser",
24+
"builder": "@angular-devkit/build-angular:application",
2525
"options": {
26-
"outputPath": "dist/testproject",
26+
"outputPath": {
27+
"base": "dist/testproject"
28+
},
2729
"index": "src/index.html",
28-
"main": "src/main.ts",
29-
"polyfills": "src/polyfills.ts",
30+
"polyfills": [
31+
"src/polyfills.ts"
32+
],
3033
"tsConfig": "tsconfig.app.json",
3134
"assets": [
3235
"src/favicon.ico",
@@ -36,12 +39,11 @@
3639
"./src/styles.scss"
3740
],
3841
"scripts": [],
39-
"vendorChunk": true,
4042
"extractLicenses": false,
41-
"buildOptimizer": false,
4243
"sourceMap": true,
4344
"optimization": false,
44-
"namedChunks": true
45+
"namedChunks": true,
46+
"browser": "src/main.ts"
4547
},
4648
"configurations": {
4749
"de": {
@@ -78,9 +80,7 @@
7880
"sourceMap": false,
7981
"namedChunks": false,
8082
"localize": true,
81-
"extractLicenses": true,
82-
"vendorChunk": false,
83-
"buildOptimizer": true
83+
"extractLicenses": true
8484
}
8585
}
8686
},

0 commit comments

Comments
(0)

AltStyle によって変換されたページ (->オリジナル) /