Skip to content

Commit

Permalink
update file size limit for components
Browse files Browse the repository at this point in the history
cdebarros committed Jan 18, 2024

Unverified

This user has not yet uploaded their public signing key.
1 parent 0b93325 commit 17da947
Showing 3 changed files with 3 additions and 3 deletions.
2 changes: 1 addition & 1 deletion apps/map-viewer/project.json
Original file line number Diff line number Diff line change
@@ -42,7 +42,7 @@
{
"type": "anyComponentStyle",
"maximumWarning": "2kb",
"maximumError": "4kb"
"maximumError": "5kb"
}
],
"fileReplacements": [
2 changes: 1 addition & 1 deletion apps/metadata-editor/project.json
Original file line number Diff line number Diff line change
@@ -52,7 +52,7 @@
{
"type": "anyComponentStyle",
"maximumWarning": "2kb",
"maximumError": "4kb"
"maximumError": "5kb"
}
],
"outputHashing": "all"
2 changes: 1 addition & 1 deletion apps/search/project.json
Original file line number Diff line number Diff line change
@@ -33,7 +33,7 @@
{
"type": "anyComponentStyle",
"maximumWarning": "2kb",
"maximumError": "4kb"
"maximumError": "5kb"
}
],
"fileReplacements": [

0 comments on commit 17da947

Please sign in to comment.