-
Notifications
You must be signed in to change notification settings - Fork 44
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
feat: Optimize bundle size with warning codes #1111
Conversation
Asset Size Report
Merging this pull request will result in the following asset size changes:
|
Codecov ReportAttention: Patch coverage is
Additional details and impacted files@@ Coverage Diff @@
## main #1111 +/- ##
==========================================
- Coverage 87.77% 87.69% -0.08%
==========================================
Files 162 162
Lines 7263 7259 -4
Branches 1426 1425 -1
==========================================
- Hits 6375 6366 -9
- Misses 772 777 +5
Partials 116 116
Flags with carried forward coverage won't be shown. Click here to find out more. ☔ View full report in Codecov by Sentry. |
Fixes #787 :) |
Decrease bundle size by converting static strings to warning codes with an accompanying link to a web resource.
Overview
This was conducted as part of an innovation project.
Related Issue(s)
Testing