svg-inline-loader
svg-inline-loader copied to clipboard
Inline SVG loader with cleaning-up functionality
webpack 2 idPrefix passed by options generates the same ids among multiple svgs: ```js // passed by options // ... { test: /.svg$/, use: [ { loader: 'svg-inline-loader', options: {...
Hi, I was wondering if you would be interested in moving the repository below [webpack-contrib](https://github.com/webpack-contrib). It's an organization where we maintain third party loaders/plugins together. Let me know.
How do I import svg into html?
HI! Thanks for this loader! I was asking me about using svgo like issue #9 to support, for example, removing custom attributes (verison) from the inline svg result. As far...
`simple-html-tokenizer` has some problem. First of all, it does not understand HTML and SVG namespace and elements correctly (which makes us to expand self-closing tag manually via regex) Secondly, it...
.getExtractedSVG is very functional and should warrant some test suite as the project solidifies and grows