File tree Expand file tree Collapse file tree 3 files changed +70
-19
lines changed
examples-standalone/coffee-warehouse Expand file tree Collapse file tree 3 files changed +70
-19
lines changed Original file line number Diff line number Diff line change 19
19
"prefix" : " app" ,
20
20
"architect" : {
21
21
"build" : {
22
- "builder" : " @angular-devkit/build-angular:browser " ,
22
+ "builder" : " @angular-devkit/build-angular:application " ,
23
23
"options" : {
24
24
"allowedCommonJsDependencies" : [
25
25
" hammerjs" ,
29
29
],
30
30
"outputPath" : " dist/coffee-warehouse" ,
31
31
"index" : " src/index.html" ,
32
- "main " : " src/main.ts" ,
32
+ "browser " : " src/main.ts" ,
33
33
"polyfills" : [
34
34
" zone.js"
35
35
],
57
57
" src/styles/main.scss"
58
58
],
59
59
"scripts" : [],
60
- "vendorChunk" : true ,
61
60
"extractLicenses" : false ,
62
- "buildOptimizer" : false ,
63
61
"sourceMap" : true ,
64
62
"optimization" : false ,
65
63
"namedChunks" : true
77
75
"sourceMap" : false ,
78
76
"namedChunks" : false ,
79
77
"extractLicenses" : true ,
80
- "vendorChunk" : false ,
81
- "buildOptimizer" : true ,
82
78
"budgets" : [
83
79
{
84
80
"type" : " initial" ,
92
88
]
93
89
}
94
90
},
95
- "defaultConfiguration" : " "
91
+ "defaultConfiguration" : " production "
96
92
},
97
93
"serve" : {
98
94
"builder" : " @angular-devkit/build-angular:dev-server" ,
Original file line number Diff line number Diff line change 49
49
"@progress/kendo-licensing" : " ^1.0.2" ,
50
50
"@progress/kendo-svg-icons" : " ^2.0.0" ,
51
51
"@progress/kendo-theme-default" : " ^7.2.0" ,
52
+ "@progress/kendo-theme-material" : " ^7.2.0" ,
53
+ "@progress/kendo-theme-bootstrap" : " ^7.2.0" ,
52
54
"hammerjs" : " ^2.0.0" ,
53
55
"rxjs" : " ~7.8.0" ,
54
56
"tslib" : " ^2.3.0" ,
You can’t perform that action at this time.
0 commit comments