File tree 4 files changed +2512
-2512
lines changed
4 files changed +2512
-2512
lines changed Original file line number Diff line number Diff line change 32
32
}
33
33
],
34
34
"styles" : [
35
- " src/styles.scss"
35
+ " src/styles.scss" ,
36
+ " node_modules/bootstrap/dist/css/bootstrap.min.css"
36
37
],
37
- "scripts" : []
38
+ "scripts" : [
39
+ " node_modules/bootstrap/dist/js/bootstrap.min.js"
40
+ ]
38
41
},
39
42
"configurations" : {
40
43
"production" : {
41
44
"budgets" : [
42
45
{
43
46
"type" : " initial" ,
44
- "maximumWarning" : " 500kB " ,
45
- "maximumError" : " 1MB "
47
+ "maximumWarning" : " 1MB " ,
48
+ "maximumError" : " 5MB "
46
49
},
47
50
{
48
51
"type" : " anyComponentStyle" ,
91
94
}
92
95
],
93
96
"styles" : [
94
- " src/styles.scss"
97
+ " src/styles.scss" ,
98
+ " node_modules/bootstrap/dist/css/bootstrap.min.css"
95
99
],
96
- "scripts" : []
100
+ "scripts" : [
101
+ " node_modules/bootstrap/dist/js/bootstrap.min.js"
102
+ ]
97
103
}
98
104
}
99
105
}
100
106
}
107
+ },
108
+ "cli" : {
109
+ "analytics" : false
101
110
}
102
- }
111
+ }
You can’t perform that action at this time.
0 commit comments