Skip to content

Commit 57539f1

Browse files
committed
commit for stable version of angular 11
1 parent d0a4da7 commit 57539f1

File tree

3 files changed

+3461
-5341
lines changed

3 files changed

+3461
-5341
lines changed

angular.json

Lines changed: 3 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -13,6 +13,9 @@
1313
"build": {
1414
"builder": "@angular-devkit/build-angular:browser",
1515
"options": {
16+
"allowedCommonJsDependencies": [
17+
"ng2-codemirror"
18+
],
1619
"outputPath": "dist/angular-fusioncharts",
1720
"index": "src/index.html",
1821
"main": "src/main.ts",
@@ -38,7 +41,6 @@
3841
"optimization": true,
3942
"outputHashing": "all",
4043
"sourceMap": false,
41-
"extractCss": true,
4244
"namedChunks": false,
4345
"aot": true,
4446
"extractLicenses": true,

0 commit comments

Comments
 (0)