inline svg loader for webpack
npm install inline-svg-loader to an element with inlined contents of the file. The file is resolved through webpack.
html-loader and the regex is poor too.
javascript
{
{ test: "\.html$", loader: "inline-svg-loader!html-loader?attrs[]=svg:src" },
{ test: "\.svg$", loader: "raw-loader" }
}
``