Skip to content
This repository was archived by the owner on Feb 2, 2025. It is now read-only.

Commit b30e874

Browse files
authored
Merge pull request #1491 from shanmukhateja/ng-11
Angular 11 support
2 parents 4245e2e + 4bd25ad commit b30e874

File tree

9 files changed

+2364
-2445
lines changed

9 files changed

+2364
-2445
lines changed

demo/angular.json

Lines changed: 3 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -47,14 +47,16 @@
4747
"node_modules/datatables.net-colreorder/js/dataTables.colReorder.js",
4848
"node_modules/datatables.net-responsive/js/dataTables.responsive.js",
4949
"node_modules/datatables.net-select/js/dataTables.select.js"
50+
],
51+
"allowedCommonJsDependencies": [
52+
"highlight.js"
5053
]
5154
},
5255
"configurations": {
5356
"production": {
5457
"optimization": true,
5558
"outputHashing": "all",
5659
"sourceMap": false,
57-
"extractCss": true,
5860
"namedChunks": false,
5961
"extractLicenses": true,
6062
"vendorChunk": false,

0 commit comments

Comments
 (0)