Skip to content

Commit 6552a2c

Browse files
m1gacb1kenobi
andauthored
fix(android): bundle webp res files (#14047)
* fix(android): bundle webp res files * make it better * add tests * lockfile * lockfile --------- Co-authored-by: Chris Barber <[email protected]>
1 parent 2e0e2e5 commit 6552a2c

File tree

11 files changed

+85
-529
lines changed

11 files changed

+85
-529
lines changed

cli/lib/gather.js

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -253,7 +253,7 @@ class Categorizer {
253253
case 'css':
254254
results.cssFiles.set(relPath, info);
255255
break;
256-
256+
case 'webp':
257257
case 'png':
258258
if (this.platform === 'ios') {
259259
// check if we have an app icon

0 commit comments

Comments
 (0)