feat(build): inline small image assets under 1KB as data URLs#526
Conversation
|
@AlphaMaleBaDI Great news! 🎉 Based on an automated assessment of this PR, the linked Wave issue(s) no longer count against your application limits. You can now already apply to more issues while waiting for a review of this PR. Keep up the great work! 🚀 |
|
Investigation note: The failing GitHub Actions checks appear unrelated to the asset inlining implementation. All workflows fail during the dependency installation phase ( The CI logs indicate: "The This suggests a repository workflow/dependency configuration issue rather than a regression introduced by this change. The implementation itself was validated locally, including:
Happy to make any requested adjustments if maintainers would like additional verification. |
Closes #369
Summary
Adds support for inlining static image assets smaller than 1KB as base64 data URLs during the Metro build process.
Changes
Notes
During repository audit, no existing image assets below the 1KB threshold were found. A small test asset was added to validate the optimization path and future-proof the build pipeline for future small icons and images.
Verification