Skip to content

Commit c9c4710

Browse files
committed
Migrated to Angular 12
1 parent 02eb62d commit c9c4710

File tree

6 files changed

+4842
-4686
lines changed

6 files changed

+4842
-4686
lines changed

codigofonte/ionicv4/soujavaVagas/angular.json

Lines changed: 9 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -14,7 +14,6 @@
1414
"build": {
1515
"builder": "@angular-devkit/build-angular:browser",
1616
"options": {
17-
"aot": true,
1817
"outputPath": "www",
1918
"index": "src/index.html",
2019
"main": "src/main.ts",
@@ -42,7 +41,13 @@
4241
"inject": true
4342
}
4443
],
45-
"scripts": []
44+
"scripts": [],
45+
"vendorChunk": true,
46+
"extractLicenses": false,
47+
"buildOptimizer": false,
48+
"sourceMap": true,
49+
"optimization": false,
50+
"namedChunks": true
4651
},
4752
"configurations": {
4853
"production": {
@@ -56,7 +61,6 @@
5661
"outputHashing": "all",
5762
"sourceMap": false,
5863
"namedChunks": false,
59-
"aot": true,
6064
"extractLicenses": true,
6165
"vendorChunk": false,
6266
"buildOptimizer": true,
@@ -81,7 +85,8 @@
8185
],
8286
"progress": false
8387
}
84-
}
88+
},
89+
"defaultConfiguration": ""
8590
},
8691
"serve": {
8792
"builder": "@angular-devkit/build-angular:dev-server",

0 commit comments

Comments
 (0)