Skip to content

Commit f2519d1

Browse files
committed
angular 18
1 parent 24d9aba commit f2519d1

File tree

9 files changed

+2981
-9072
lines changed

9 files changed

+2981
-9072
lines changed

angular.json

Lines changed: 11 additions & 11 deletions
Original file line numberDiff line numberDiff line change
@@ -9,13 +9,16 @@
99
"projectType": "application",
1010
"architect": {
1111
"build": {
12-
"builder": "@angular-devkit/build-angular:browser",
12+
"builder": "@angular/build:application",
1313
"options": {
14-
"outputPath": "dist",
14+
"outputPath": {
15+
"base": "dist"
16+
},
1517
"index": "src/index.html",
16-
"main": "src/main.ts",
1718
"tsConfig": "src/tsconfig.app.json",
18-
"polyfills": "src/polyfills.ts",
19+
"polyfills": [
20+
"src/polyfills.ts"
21+
],
1922
"assets": [
2023
"src/assets",
2124
"src/favicon.ico",
@@ -37,12 +40,11 @@
3740
"node_modules/marked/lib/marked.js"
3841
],
3942
"aot": false,
40-
"vendorChunk": true,
4143
"extractLicenses": false,
42-
"buildOptimizer": false,
4344
"sourceMap": true,
4445
"optimization": false,
45-
"namedChunks": true
46+
"namedChunks": true,
47+
"browser": "src/main.ts"
4648
},
4749
"configurations": {
4850
"production": {
@@ -58,8 +60,6 @@
5860
"namedChunks": false,
5961
"aot": true,
6062
"extractLicenses": true,
61-
"vendorChunk": false,
62-
"buildOptimizer": true,
6363
"serviceWorker": true,
6464
"fileReplacements": [
6565
{
@@ -72,7 +72,7 @@
7272
"defaultConfiguration": ""
7373
},
7474
"serve": {
75-
"builder": "@angular-devkit/build-angular:dev-server",
75+
"builder": "@angular/build:dev-server",
7676
"options": {
7777
"buildTarget": "instiapp:build"
7878
},
@@ -83,7 +83,7 @@
8383
}
8484
},
8585
"extract-i18n": {
86-
"builder": "@angular-devkit/build-angular:extract-i18n",
86+
"builder": "@angular/build:extract-i18n",
8787
"options": {
8888
"buildTarget": "instiapp:build"
8989
}

0 commit comments

Comments
 (0)