We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
Have a question about this project? # for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “#”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? # to your account
Now I get standard message like Try to reduce size or increase limit at .size-limit.json.
Try to reduce size or increase limit at .size-limit.json
It would be great to be able to change this message, including setting a different message for different groups of files, like this:
"size-limit": [ { "path": "main.js", "limit": "500 ms", "message": "Call Hugo" }, { "path": "page-index-*.js", "limit": "100 ms", "message": "Call Ghostbusters" }, ]
The text was updated successfully, but these errors were encountered:
Please send PR
Sorry, something went wrong.
message
Successfully merging a pull request may close this issue.
Now I get standard message like
Try to reduce size or increase limit at .size-limit.json
.It would be great to be able to change this message, including setting a different message for different groups of files, like this:
The text was updated successfully, but these errors were encountered: