Skip to content

Commit f9474cc

Browse files
committed
commit for stable version of angular 12
1 parent b1e1f40 commit f9474cc

File tree

5 files changed

+3622
-3578
lines changed

5 files changed

+3622
-3578
lines changed

angular.json

Lines changed: 12 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -14,7 +14,8 @@
1414
"builder": "@angular-devkit/build-angular:browser",
1515
"options": {
1616
"allowedCommonJsDependencies": [
17-
"ng2-codemirror"
17+
"ng2-codemirror",
18+
"fusioncharts"
1819
],
1920
"outputPath": "dist/angular-fusioncharts",
2021
"index": "src/index.html",
@@ -28,7 +29,14 @@
2829
"styles": [
2930
"src/styles.css"
3031
],
31-
"scripts": []
32+
"scripts": [],
33+
"aot": false,
34+
"vendorChunk": true,
35+
"extractLicenses": false,
36+
"buildOptimizer": false,
37+
"sourceMap": true,
38+
"optimization": false,
39+
"namedChunks": true
3240
},
3341
"configurations": {
3442
"production": {
@@ -54,7 +62,8 @@
5462
}
5563
]
5664
}
57-
}
65+
},
66+
"defaultConfiguration": ""
5867
},
5968
"serve": {
6069
"builder": "@angular-devkit/build-angular:dev-server",

0 commit comments

Comments
 (0)