File tree Expand file tree Collapse file tree
Expand file tree Collapse file tree Original file line number Diff line number Diff line change 3030 },
3131 "configurations" : {
3232 "production" : {
33- "fileReplacements" : [
34- {
35- "replace" : " src/environments/environment.ts" ,
36- "with" : " src/environments/environment.prod.ts"
37- }
38- ],
3933 "optimization" : true ,
4034 "outputHashing" : " all" ,
4135 "sourceMap" : false ,
42- "extractCss" : true ,
4336 "namedChunks" : false ,
4437 "extractLicenses" : true ,
4538 "vendorChunk" : false ,
46- "buildOptimizer" : true ,
47- "budgets" : [
48- {
49- "type" : " initial" ,
50- "maximumWarning" : " 2mb" ,
51- "maximumError" : " 5mb"
52- }
53- ]
54- },
55- "development" : {
56- "fileReplacements" : [
57- {
58- "replace" : " src/environments/environment.ts" ,
59- "with" : " src/environments/environment.dev.ts"
60- }
61- ],
62- "optimization" : false ,
63- "outputHashing" : " none" ,
64- "sourceMap" : true ,
65- "extractCss" : false ,
66- "namedChunks" : true ,
67- "extractLicenses" : false ,
68- "vendorChunk" : true ,
69- "buildOptimizer" : false
39+ "buildOptimizer" : true
7040 }
7141 }
7242 },
You can’t perform that action at this time.
0 commit comments