mirror of
https://github.com/adam-benyekkou/my_portfolio.git
synced 2026-01-15 20:20:09 +00:00
Added lazy loading and package size optimization
This commit is contained in:
11
angular.json
11
angular.json
@@ -55,11 +55,6 @@
|
|||||||
},
|
},
|
||||||
"sourceMap": false,
|
"sourceMap": false,
|
||||||
"extractLicenses": true,
|
"extractLicenses": true,
|
||||||
"namedChunks": false,
|
|
||||||
"aot": true,
|
|
||||||
"buildOptimizer": true,
|
|
||||||
"vendorChunk": false,
|
|
||||||
"commonChunk": false,
|
|
||||||
"fileReplacements": [
|
"fileReplacements": [
|
||||||
{
|
{
|
||||||
"replace": "src/environments/environment.ts",
|
"replace": "src/environments/environment.ts",
|
||||||
@@ -70,11 +65,7 @@
|
|||||||
"development": {
|
"development": {
|
||||||
"optimization": false,
|
"optimization": false,
|
||||||
"extractLicenses": false,
|
"extractLicenses": false,
|
||||||
"sourceMap": true,
|
"sourceMap": true
|
||||||
"namedChunks": true,
|
|
||||||
"buildOptimizer": false,
|
|
||||||
"vendorChunk": true,
|
|
||||||
"commonChunk": true
|
|
||||||
}
|
}
|
||||||
},
|
},
|
||||||
"defaultConfiguration": "production"
|
"defaultConfiguration": "production"
|
||||||
|
|||||||
Reference in New Issue
Block a user