Skip to content

Commit 4ce6c2a

Browse files
committed
update budget and styles
1 parent 91551bf commit 4ce6c2a

File tree

4 files changed

+2512
-2512
lines changed

4 files changed

+2512
-2512
lines changed

web/angular.json

+16-7
Original file line numberDiff line numberDiff line change
@@ -32,17 +32,20 @@
3232
}
3333
],
3434
"styles": [
35-
"src/styles.scss"
35+
"src/styles.scss",
36+
"node_modules/bootstrap/dist/css/bootstrap.min.css"
3637
],
37-
"scripts": []
38+
"scripts": [
39+
"node_modules/bootstrap/dist/js/bootstrap.min.js"
40+
]
3841
},
3942
"configurations": {
4043
"production": {
4144
"budgets": [
4245
{
4346
"type": "initial",
44-
"maximumWarning": "500kB",
45-
"maximumError": "1MB"
47+
"maximumWarning": "1MB",
48+
"maximumError": "5MB"
4649
},
4750
{
4851
"type": "anyComponentStyle",
@@ -91,12 +94,18 @@
9194
}
9295
],
9396
"styles": [
94-
"src/styles.scss"
97+
"src/styles.scss",
98+
"node_modules/bootstrap/dist/css/bootstrap.min.css"
9599
],
96-
"scripts": []
100+
"scripts": [
101+
"node_modules/bootstrap/dist/js/bootstrap.min.js"
102+
]
97103
}
98104
}
99105
}
100106
}
107+
},
108+
"cli": {
109+
"analytics": false
101110
}
102-
}
111+
}

0 commit comments

Comments
 (0)