Skip to content

Commit d2bd038

Browse files
authored
Merge pull request #168 from arturovt/feat/ng19
feat: upgrade to Angular 19
2 parents 7a0f7ab + d33b7b2 commit d2bd038

19 files changed

+6149
-4258
lines changed

angular.json

+7-11
Original file line numberDiff line numberDiff line change
@@ -15,28 +15,26 @@
1515
"prefix": "app",
1616
"architect": {
1717
"build": {
18-
"builder": "@angular-devkit/build-angular:browser",
18+
"builder": "@angular-devkit/build-angular:application",
1919
"options": {
20-
"outputPath": "dist/helipopper-playground",
20+
"outputPath": {
21+
"base": "dist/helipopper-playground"
22+
},
2123
"index": "src/index.html",
22-
"main": "src/main.ts",
23-
"polyfills": "src/polyfills.ts",
24+
"polyfills": ["src/polyfills.ts"],
2425
"tsConfig": "tsconfig.app.json",
2526
"assets": ["src/favicon.ico", "src/assets"],
2627
"styles": ["src/styles.scss"],
2728
"scripts": [],
28-
"vendorChunk": true,
2929
"extractLicenses": false,
30-
"buildOptimizer": false,
3130
"sourceMap": true,
3231
"optimization": false,
33-
"namedChunks": true
32+
"namedChunks": true,
33+
"browser": "src/main.ts"
3434
},
3535
"configurations": {
3636
"development": {
37-
"buildOptimizer": false,
3837
"optimization": false,
39-
"vendorChunk": true,
4038
"extractLicenses": false,
4139
"sourceMap": true,
4240
"namedChunks": true
@@ -53,8 +51,6 @@
5351
"sourceMap": false,
5452
"namedChunks": false,
5553
"extractLicenses": true,
56-
"vendorChunk": false,
57-
"buildOptimizer": true,
5854
"budgets": [
5955
{
6056
"type": "initial",

0 commit comments

Comments
 (0)