Skip to content

Instantly share code, notes, and snippets.

@siakaramalegos
Created February 2, 2018 16:24
Show Gist options
  • Save siakaramalegos/58cb50fe3c0ad3a622c65e3a30f34bed to your computer and use it in GitHub Desktop.
Save siakaramalegos/58cb50fe3c0ad3a622c65e3a30f34bed to your computer and use it in GitHub Desktop.
Loader for all favicon files
// favicons.js
// Require all files in the favicon directory
function requireAll(r) { r.keys().forEach(r); }
requireAll(require.context(
'../../favicons/',
true,
/\.(png|xml|ico|json)$/)
);
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment