Skip to content
This repository has been archived by the owner on Sep 28, 2023. It is now read-only.

Commit

Permalink
feat(angular): update to angular 12
Browse files Browse the repository at this point in the history
  • Loading branch information
BehnooshShiva committed Jul 7, 2021
1 parent 7cc5567 commit f6cac07
Show file tree
Hide file tree
Showing 9 changed files with 3,154 additions and 5,042 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/Orange-Boosted-Angular",
"index": "src/index.html",
"main": "src/main.ts",
Expand All @@ -39,7 +38,13 @@
"node_modules/jquery/dist/jquery.min.js",
"node_modules/popper.js/dist/umd/popper.js",
"node_modules/boosted/dist/js/boosted.min.js"
]
],
"vendorChunk": true,
"extractLicenses": false,
"buildOptimizer": false,
"sourceMap": true,
"optimization": false,
"namedChunks": true
},
"configurations": {
"production": {
Expand All @@ -53,7 +58,6 @@
"outputHashing": "all",
"sourceMap": false,
"namedChunks": false,
"aot": true,
"extractLicenses": true,
"vendorChunk": false,
"buildOptimizer": true,
Expand All @@ -69,7 +73,8 @@
}
]
}
}
},
"defaultConfiguration": ""
},
"serve": {
"builder": "@angular-devkit/build-angular:dev-server",
Expand Down
Loading

0 comments on commit f6cac07

Please sign in to comment.