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? 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
With the last release of auro-avatar, the bundled version of the element grew in size. Compare the following links.
https://www.runpkg.com/?@aurodesignsystem/auro-avatar@4.2.1/index.js
https://www.runpkg.com/?@aurodesignsystem/auro-avatar@4.2.2/index.js
Either the bundle size should not grow in size, or there needs to be a reason why it's larger.
Review the difference between v4.2.1 and v4.2.2 and revert the new size increase or provide a reason why this is not a problem.
The text was updated successfully, but these errors were encountered:
After some research, I believe this is an issue due to the removal of an unsupported
See the following notes on this issue
Sorry, something went wrong.
note: will migrate this issue to the WC-Generator repository to fix this more broadly.
blackfalcon
No branches or pull requests
Describe the bug
With the last release of auro-avatar, the bundled version of the element grew in size. Compare the following links.
https://www.runpkg.com/?@aurodesignsystem/auro-avatar@4.2.1/index.js
https://www.runpkg.com/?@aurodesignsystem/auro-avatar@4.2.2/index.js
Expected behavior
Either the bundle size should not grow in size, or there needs to be a reason why it's larger.
Exit criteria
Review the difference between v4.2.1 and v4.2.2 and revert the new size increase or provide a reason why this is not a problem.
The text was updated successfully, but these errors were encountered: