File tree Expand file tree Collapse file tree 3 files changed +16
-8
lines changed Expand file tree Collapse file tree 3 files changed +16
-8
lines changed Original file line number Diff line number Diff line change 35
35
},
36
36
"configurations" : {
37
37
"production" : {
38
+ "budgets" : [
39
+ {
40
+ "type" : " anyComponentStyle" ,
41
+ "maximumWarning" : " 6kb"
42
+ }
43
+ ],
38
44
"optimization" : true ,
39
45
"outputHashing" : " all" ,
40
46
"sourceMap" : false ,
Original file line number Diff line number Diff line change 52
52
"rxjs" : " ^6.5.3" ,
53
53
"simple-line-icons" : " ^2.4.1" ,
54
54
"ts-helpers" : " ^1.1.2" ,
55
- "tsickle" : " ^0.37.0" ,
56
55
"tslib" : " ^1.10.0" ,
57
56
"web-animations-js" : " ^2.3.2" ,
58
- "zone.js" : " ^ 0.10.2"
57
+ "zone.js" : " ~ 0.10.2"
59
58
},
60
59
"devDependencies" : {
61
- "@angular-devkit/build-angular" : " ^ 0.900.0-rc.0" ,
60
+ "@angular-devkit/build-angular" : " ~ 0.900.0-rc.0" ,
62
61
"@angular/cli" : " ^9.0.0-rc.0" ,
63
62
"@angular/compiler-cli" : " ^9.0.0-rc.0" ,
64
63
"@angular/language-service" : " ^9.0.0-rc.0" ,
65
64
"@types/jasmine" : " ^3.4.4" ,
66
65
"@types/jasminewd2" : " ^2.0.8" ,
67
- "@types/node" : " ^12.7.12 " ,
68
- "codelyzer" : " ^5.2.0 " ,
66
+ "@types/node" : " ^12.11.1 " ,
67
+ "codelyzer" : " ^5.1.2 " ,
69
68
"jasmine-core" : " ^3.5.0" ,
70
69
"jasmine-spec-reporter" : " ^4.2.1" ,
71
70
"karma" : " ^4.4.1" ,
Original file line number Diff line number Diff line change 15
15
"angularCompilerOptions" : {
16
16
"enableIvy" : false
17
17
},
18
- "exclude" : [
19
- " test.ts" ,
20
- " **/*.spec.ts"
18
+ "files" : [
19
+ " main.ts" ,
20
+ " polyfills.ts"
21
+ ],
22
+ "include" : [
23
+ " **/*.d.ts"
21
24
]
22
25
}
You can’t perform that action at this time.
0 commit comments