Skip to content

Commit 2c53d2b

Browse files
authored
chore(deps): update to angular 19 (#135)
1 parent 93c2ab6 commit 2c53d2b

File tree

8 files changed

+4376
-4949
lines changed

8 files changed

+4376
-4949
lines changed

angular.json

Lines changed: 9 additions & 9 deletions
Original file line numberDiff line numberDiff line change
@@ -43,12 +43,15 @@
4343
"prefix": "app",
4444
"architect": {
4545
"build": {
46-
"builder": "@angular-devkit/build-angular:browser",
46+
"builder": "@angular-devkit/build-angular:application",
4747
"options": {
48-
"outputPath": "dist/demo",
48+
"outputPath": {
49+
"base": "dist/demo"
50+
},
4951
"index": "projects/demo/src/index.html",
50-
"main": "projects/demo/src/main.ts",
51-
"polyfills": "projects/demo/src/polyfills.ts",
52+
"polyfills": [
53+
"projects/demo/src/polyfills.ts"
54+
],
5255
"tsConfig": "projects/demo/tsconfig.app.json",
5356
"assets": [
5457
"projects/demo/src/favicon.ico",
@@ -59,12 +62,11 @@
5962
"projects/demo/src/styles.scss"
6063
],
6164
"scripts": [],
62-
"vendorChunk": true,
6365
"extractLicenses": false,
64-
"buildOptimizer": false,
6566
"sourceMap": true,
6667
"optimization": false,
67-
"namedChunks": true
68+
"namedChunks": true,
69+
"browser": "projects/demo/src/main.ts"
6870
},
6971
"configurations": {
7072
"production": {
@@ -79,8 +81,6 @@
7981
"sourceMap": false,
8082
"namedChunks": false,
8183
"extractLicenses": true,
82-
"vendorChunk": false,
83-
"buildOptimizer": true,
8484
"budgets": [
8585
{
8686
"type": "initial",

0 commit comments

Comments
 (0)