Revision 61168
Added by Konstantinos Triantafyllou over 3 years ago
angular.json | ||
---|---|---|
58 | 58 |
] |
59 | 59 |
}, |
60 | 60 |
"configurations": { |
61 |
"development": { |
|
62 |
"optimization": true, |
|
63 |
"outputHashing": "all", |
|
64 |
"sourceMap": false, |
|
65 |
"namedChunks": false, |
|
66 |
"aot": true, |
|
67 |
"extractLicenses": true, |
|
68 |
"vendorChunk": false, |
|
69 |
"buildOptimizer": true, |
|
70 |
"budgets": [ |
|
71 |
{ |
|
72 |
"type": "initial", |
|
73 |
"maximumWarning": "2mb", |
|
74 |
"maximumError": "5mb" |
|
75 |
}, |
|
76 |
{ |
|
77 |
"type": "anyComponentStyle", |
|
78 |
"maximumWarning": "6kb" |
|
79 |
} |
|
80 |
] |
|
81 |
}, |
|
82 |
"beta": { |
|
83 |
"assets": [ |
|
84 |
"src/assets", |
|
85 |
{ |
|
86 |
"input": "src/beta/", |
|
87 |
"output": "/", |
|
88 |
"glob": "*.txt" |
|
89 |
} |
|
90 |
], |
|
91 |
"index": { |
|
92 |
"input": "src/beta/index.html", |
|
93 |
"output": "index.html" |
|
94 |
}, |
|
95 |
"fileReplacements": [ |
|
96 |
{ |
|
97 |
"replace": "src/environments/environment.ts", |
|
98 |
"with": "src/environments/environment.beta.ts" |
|
99 |
} |
|
100 |
], |
|
101 |
"optimization": true, |
|
102 |
"outputHashing": "all", |
|
103 |
"sourceMap": false, |
|
104 |
"namedChunks": false, |
|
105 |
"aot": true, |
|
106 |
"extractLicenses": true, |
|
107 |
"vendorChunk": false, |
|
108 |
"buildOptimizer": true, |
|
109 |
"budgets": [ |
|
110 |
{ |
|
111 |
"type": "initial", |
|
112 |
"maximumWarning": "2mb", |
|
113 |
"maximumError": "5mb" |
|
114 |
}, |
|
115 |
{ |
|
116 |
"type": "anyComponentStyle", |
|
117 |
"maximumWarning": "6kb" |
|
118 |
} |
|
119 |
] |
|
120 |
}, |
|
61 | 121 |
"production": { |
122 |
"assets": [ |
|
123 |
"src/assets", |
|
124 |
{ |
|
125 |
"input": "src/prod/", |
|
126 |
"output": "/", |
|
127 |
"glob": "*.txt" |
|
128 |
} |
|
129 |
], |
|
130 |
"index": { |
|
131 |
"input": "src/prod/index.html", |
|
132 |
"output": "index.html" |
|
133 |
}, |
|
62 | 134 |
"fileReplacements": [ |
63 | 135 |
{ |
64 | 136 |
"replace": "src/environments/environment.ts", |
... | ... | |
68 | 140 |
"optimization": true, |
69 | 141 |
"outputHashing": "all", |
70 | 142 |
"sourceMap": false, |
71 |
"extractCss": true, |
|
72 | 143 |
"namedChunks": false, |
73 | 144 |
"aot": true, |
74 | 145 |
"extractLicenses": true, |
Also available in: Unified diff
[Graph | Angular 11]: Update to angular 11