mirror of
https://github.com/johannesjo/super-productivity.git
synced 2026-01-23 02:36:05 +00:00
build: adjust warn limits (for now)
This commit is contained in:
parent
f29a6c70df
commit
faf69aef55
1 changed files with 5 additions and 5 deletions
10
angular.json
10
angular.json
|
|
@ -57,7 +57,7 @@
|
|||
"budgets": [
|
||||
{
|
||||
"type": "anyComponentStyle",
|
||||
"maximumWarning": "6kb"
|
||||
"maximumWarning": "20kb"
|
||||
}
|
||||
],
|
||||
"optimization": false,
|
||||
|
|
@ -72,7 +72,7 @@
|
|||
"budgets": [
|
||||
{
|
||||
"type": "anyComponentStyle",
|
||||
"maximumWarning": "6kb"
|
||||
"maximumWarning": "20kb"
|
||||
}
|
||||
],
|
||||
"fileReplacements": [
|
||||
|
|
@ -104,7 +104,7 @@
|
|||
"budgets": [
|
||||
{
|
||||
"type": "anyComponentStyle",
|
||||
"maximumWarning": "6kb"
|
||||
"maximumWarning": "20kb"
|
||||
}
|
||||
],
|
||||
"fileReplacements": [
|
||||
|
|
@ -133,7 +133,7 @@
|
|||
"budgets": [
|
||||
{
|
||||
"type": "anyComponentStyle",
|
||||
"maximumWarning": "6kb"
|
||||
"maximumWarning": "20kb"
|
||||
}
|
||||
],
|
||||
"fileReplacements": [
|
||||
|
|
@ -165,7 +165,7 @@
|
|||
"budgets": [
|
||||
{
|
||||
"type": "anyComponentStyle",
|
||||
"maximumWarning": "6kb"
|
||||
"maximumWarning": "20kb"
|
||||
}
|
||||
],
|
||||
"fileReplacements": [
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue