UNPKG

svg-spritemap-webpack-plugin

Version:

Generates symbol-based SVG spritemap from all .svg files in a directory

7 lines (6 loc) 136 B
module.exports = (prefix, file) => { if ( typeof prefix === 'function' ) { return prefix(file); } return prefix; };