Skip to content

Commit 84ee838

Browse files
fix(assets): use eager import.meta.glob for images and favicon
Co-Authored-By: Claude Opus 4.6 (1M context) <noreply@anthropic.com>
1 parent c742d6b commit 84ee838

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

resources/js/app.js

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1 +1 @@
1-
import.meta.glob(['../images/**', '../favicon/**']);
1+
const images = import.meta.glob(['../images/**', '../favicon/**'], { eager: true });

0 commit comments

Comments
 (0)