Skip to content

Commit

Permalink
update budget and styles
Browse files Browse the repository at this point in the history
  • Loading branch information
itsmostafa committed Jan 26, 2025
1 parent 91551bf commit 4ce6c2a
Show file tree
Hide file tree
Showing 4 changed files with 2,512 additions and 2,512 deletions.
23 changes: 16 additions & 7 deletions web/angular.json
Original file line number Diff line number Diff line change
Expand Up @@ -32,17 +32,20 @@
}
],
"styles": [
"src/styles.scss"
"src/styles.scss",
"node_modules/bootstrap/dist/css/bootstrap.min.css"
],
"scripts": []
"scripts": [
"node_modules/bootstrap/dist/js/bootstrap.min.js"
]
},
"configurations": {
"production": {
"budgets": [
{
"type": "initial",
"maximumWarning": "500kB",
"maximumError": "1MB"
"maximumWarning": "1MB",
"maximumError": "5MB"
},
{
"type": "anyComponentStyle",
Expand Down Expand Up @@ -91,12 +94,18 @@
}
],
"styles": [
"src/styles.scss"
"src/styles.scss",
"node_modules/bootstrap/dist/css/bootstrap.min.css"
],
"scripts": []
"scripts": [
"node_modules/bootstrap/dist/js/bootstrap.min.js"
]
}
}
}
}
},
"cli": {
"analytics": false
}
}
}
Loading

0 comments on commit 4ce6c2a

Please sign in to comment.