UNPKG

141 BJavaScriptView Raw
1function importAll(r){
2 return r.keys().map(r);
3}
4
5module.exports = importAll(require.context('images/.', true, /\.(png|gif|jpe?g|svg)$/));