Skip to content

Commit

Permalink
Issue #IQ-44 fix: updating angular 11 to 12
Browse files Browse the repository at this point in the history
  • Loading branch information
rajnishdargan committed Aug 29, 2022
1 parent 016622c commit 9e7b48a
Show file tree
Hide file tree
Showing 10 changed files with 3,500 additions and 4,446 deletions.
13 changes: 9 additions & 4 deletions angular.json
Original file line number Diff line number Diff line change
Expand Up @@ -17,7 +17,6 @@
"build": {
"builder": "@angular-devkit/build-angular:browser",
"options": {
"aot": true,
"outputPath": "dist/sunbird-collection-editor",
"index": "src/index.html",
"main": "src/main.ts",
Expand Down Expand Up @@ -76,7 +75,13 @@
"node_modules/@project-sunbird/sunbird-video-player-v9/lib/assets/videojs-markers.js",
"node_modules/videojs-contrib-quality-levels/dist/videojs-contrib-quality-levels.min.js",
"node_modules/videojs-http-source-selector/dist/videojs-http-source-selector.min.js"
]
],
"vendorChunk": true,
"extractLicenses": false,
"buildOptimizer": false,
"sourceMap": true,
"optimization": false,
"namedChunks": true
},
"configurations": {
"production": {
Expand All @@ -90,7 +95,6 @@
"outputHashing": "all",
"sourceMap": false,
"namedChunks": false,
"aot": true,
"extractLicenses": true,
"vendorChunk": false,
"buildOptimizer": true,
Expand All @@ -106,7 +110,8 @@
}
]
}
}
},
"defaultConfiguration": ""
},
"serve": {
"builder": "@angular-devkit/build-angular:dev-server",
Expand Down
Loading

0 comments on commit 9e7b48a

Please sign in to comment.