Skip to content

Commit 9418854

Browse files
author
mperez
committed
Bump to angular 18
1 parent 30b3ae7 commit 9418854

File tree

4 files changed

+5557
-4853
lines changed

4 files changed

+5557
-4853
lines changed

angular.json

Lines changed: 9 additions & 7 deletions
Original file line numberDiff line numberDiff line change
@@ -49,17 +49,21 @@
4949
"prefix": "app",
5050
"architect": {
5151
"build": {
52-
"builder": "@angular-devkit/build-angular:browser",
52+
"builder": "@angular-devkit/build-angular:application",
5353
"options": {
54-
"outputPath": "dist/demo",
54+
"outputPath": {
55+
"base": "dist/demo"
56+
},
5557
"index": "projects/demo/src/index.html",
56-
"main": "projects/demo/src/main.ts",
57-
"polyfills": "projects/demo/src/polyfills.ts",
58+
"polyfills": [
59+
"projects/demo/src/polyfills.ts"
60+
],
5861
"tsConfig": "projects/demo/tsconfig.app.json",
5962
"inlineStyleLanguage": "scss",
6063
"assets": ["projects/demo/src/favicon.ico", "projects/demo/src/assets"],
6164
"styles": ["projects/demo/src/styles.scss"],
62-
"scripts": []
65+
"scripts": [],
66+
"browser": "projects/demo/src/main.ts"
6367
},
6468
"configurations": {
6569
"production": {
@@ -85,9 +89,7 @@
8589
},
8690
"development": {
8791
"aot": true,
88-
"buildOptimizer": false,
8992
"optimization": false,
90-
"vendorChunk": true,
9193
"extractLicenses": false,
9294
"sourceMap": true,
9395
"namedChunks": true

0 commit comments

Comments
 (0)