add changes
This commit is contained in:
11
angular.json
11
angular.json
@@ -28,20 +28,21 @@
|
||||
],
|
||||
"styles": [
|
||||
"src/styles.scss"
|
||||
]
|
||||
],
|
||||
"outputPath":"dist"
|
||||
},
|
||||
"configurations": {
|
||||
"production": {
|
||||
"budgets": [
|
||||
{
|
||||
"type": "initial",
|
||||
"maximumWarning": "500kB",
|
||||
"maximumError": "1MB"
|
||||
"maximumWarning": "2MB",
|
||||
"maximumError": "2MB"
|
||||
},
|
||||
{
|
||||
"type": "anyComponentStyle",
|
||||
"maximumWarning": "4kB",
|
||||
"maximumError": "8kB"
|
||||
"maximumWarning": "2MB",
|
||||
"maximumError": "2MB"
|
||||
}
|
||||
],
|
||||
"outputHashing": "all",
|
||||
|
||||
Reference in New Issue
Block a user