You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
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
extensions: ['svg', 'png', /.jpg#datauri$/i],
'$' is wrong that should be removed url('a.png');
myconfig:
extensions:[/.(jpg|png)#base64/i]
The text was updated successfully, but these errors were encountered: