Skip to content

Commit

Permalink
fix(android): bundle webp res files (#14047)
Browse files Browse the repository at this point in the history
* fix(android): bundle webp res files

* make it better

* add tests

* lockfile

* lockfile

---------

Co-authored-by: Chris Barber <[email protected]>
  • Loading branch information
m1ga and cb1kenobi authored Jun 15, 2024
1 parent 2e0e2e5 commit 6552a2c
Show file tree
Hide file tree
Showing 11 changed files with 85 additions and 529 deletions.
2 changes: 1 addition & 1 deletion cli/lib/gather.js
Original file line number Diff line number Diff line change
Expand Up @@ -253,7 +253,7 @@ class Categorizer {
case 'css':
results.cssFiles.set(relPath, info);
break;

case 'webp':
case 'png':
if (this.platform === 'ios') {
// check if we have an app icon
Expand Down
Loading

0 comments on commit 6552a2c

Please sign in to comment.