Skip to content

Commit 944f158

Browse files
committed
chore(*): update to ng 19
1 parent a64e1e7 commit 944f158

File tree

120 files changed

+4062
-3083
lines changed

Some content is hidden

Large Commits have some content hidden by default. Use the searchbox below for content that may be hidden.

120 files changed

+4062
-3083
lines changed

angular.json

Lines changed: 9 additions & 9 deletions
Original file line numberDiff line numberDiff line change
@@ -11,12 +11,15 @@
1111
"prefix": "app",
1212
"architect": {
1313
"build": {
14-
"builder": "@angular-devkit/build-angular:browser",
14+
"builder": "@angular-devkit/build-angular:application",
1515
"options": {
16-
"outputPath": "dist/wrappers",
16+
"outputPath": {
17+
"base": "dist/wrappers"
18+
},
1719
"index": "src/index.html",
18-
"main": "src/main.ts",
19-
"polyfills": "src/polyfills.ts",
20+
"polyfills": [
21+
"src/polyfills.ts"
22+
],
2023
"tsConfig": "tsconfig.app.json",
2124
"assets": [
2225
"src/favicon.ico",
@@ -26,10 +29,9 @@
2629
"src/styles.css"
2730
],
2831
"scripts": [],
29-
"vendorChunk": true,
30-
"buildOptimizer": false,
3132
"sourceMap": true,
32-
"optimization": false
33+
"optimization": false,
34+
"browser": "src/main.ts"
3335
},
3436
"configurations": {
3537
"production": {
@@ -42,8 +44,6 @@
4244
"optimization": true,
4345
"outputHashing": "all",
4446
"sourceMap": false,
45-
"vendorChunk": false,
46-
"buildOptimizer": true,
4747
"budgets": [
4848
{
4949
"type": "initial",

0 commit comments

Comments
 (0)