Skip to content

Commit c4157f5

Browse files
Update to Angular 18
1 parent 14fc8e5 commit c4157f5

File tree

5 files changed

+15913
-14150
lines changed

5 files changed

+15913
-14150
lines changed

angular.json

Lines changed: 7 additions & 9 deletions
Original file line numberDiff line numberDiff line change
@@ -47,12 +47,13 @@
4747
"prefix": "app",
4848
"architect": {
4949
"build": {
50-
"builder": "@angular-devkit/build-angular:browser",
50+
"builder": "@angular-devkit/build-angular:application",
5151
"options": {
52-
"outputPath": "dist/playground",
52+
"outputPath": {
53+
"base": "dist/playground"
54+
},
5355
"index": "projects/playground/src/index.html",
54-
"main": "projects/playground/src/main.ts",
55-
"polyfills": "projects/playground/src/polyfills.ts",
56+
"polyfills": ["projects/playground/src/polyfills.ts"],
5657
"tsConfig": "projects/playground/tsconfig.app.json",
5758
"assets": [
5859
"projects/playground/src/favicon.ico",
@@ -65,12 +66,11 @@
6566
],
6667
"styles": ["projects/playground/src/styles.css"],
6768
"scripts": [],
68-
"vendorChunk": true,
6969
"extractLicenses": false,
70-
"buildOptimizer": false,
7170
"sourceMap": true,
7271
"optimization": false,
73-
"namedChunks": true
72+
"namedChunks": true,
73+
"browser": "projects/playground/src/main.ts"
7474
},
7575
"configurations": {
7676
"local": {
@@ -96,8 +96,6 @@
9696
"sourceMap": false,
9797
"namedChunks": false,
9898
"extractLicenses": true,
99-
"vendorChunk": false,
100-
"buildOptimizer": true,
10199
"budgets": [
102100
{
103101
"type": "initial",

0 commit comments

Comments
 (0)