SVG-Stacker
SVG-Stacker copied to clipboard
Webpack compatibility
I am trying to make it work using Webpack but I couldn't. I am using url-loader and is not able to load svg properly when I set fragment id. Seems that base 64 is not well formed.
<img src="assets/icons/icons.svg#billing" />
