File tree 1 file changed +11
-8
lines changed
1 file changed +11
-8
lines changed Original file line number Diff line number Diff line change 7
7
"generators" : {},
8
8
"targets" : {
9
9
"build" : {
10
- "executor" : " @angular-devkit/build-angular:browser " ,
10
+ "executor" : " @angular-devkit/build-angular:application " ,
11
11
"options" : {
12
12
"outputPath" : " dist/projects/example-app" ,
13
13
"index" : " projects/example-app/src/index.html" ,
14
- "main " : " projects/example-app/src/main.ts" ,
15
- "polyfills" : " projects/example-app/src/polyfills.ts " ,
14
+ "browser " : " projects/example-app/src/main.ts" ,
15
+ "polyfills" : [ " zone.js " ] ,
16
16
"tsConfig" : " projects/example-app/tsconfig.app.json" ,
17
17
"assets" : [
18
18
" projects/example-app/src/favicon.ico" ,
24
24
"configurations" : {
25
25
"production" : {
26
26
"budgets" : [
27
+ {
28
+ "type" : " initial" ,
29
+ "maximumWarning" : " 500kb" ,
30
+ "maximumError" : " 1mb"
31
+ },
27
32
{
28
33
"type" : " anyComponentStyle" ,
29
- "maximumWarning" : " 6kb"
34
+ "maximumWarning" : " 2kb" ,
35
+ "maximumError" : " 4kb"
30
36
}
31
37
],
32
38
"outputHashing" : " all"
33
39
},
34
40
"development" : {
35
- "buildOptimizer" : false ,
36
41
"optimization" : false ,
37
- "vendorChunk" : true ,
38
42
"extractLicenses" : false ,
39
- "sourceMap" : true ,
40
- "namedChunks" : true
43
+ "sourceMap" : true
41
44
}
42
45
},
43
46
"defaultConfiguration" : " production" ,
You can’t perform that action at this time.
0 commit comments