gulp-base64
gulp-base64 copied to clipboard
a bug with RegExps
extensions: ['svg', 'png', /.jpg#datauri$/i],
'$' is wrong that should be removed url('a.png');
myconfig: extensions:[/.(jpg|png)#base64/i]
Can you give more information? What did you expect, and what did you get?
in README.md-->Example usage the config "extensions: ['svg', 'png', /.jpg#datauri$/i]," can't match the file '.png' but i now use webpack ,thinks for your lib