svg-sprite-loader
svg-sprite-loader copied to clipboard
How can I add new attributes to the parent SVG?
- webpack version: 4.41
- svg-sprite-loader version: 4.15
Hi, I have a small question. How can I add additional attributes to parent SVG tag, that covers all svg symbols. Based on WGAG recommendations I need to add role, label, and focusable state for parent SVG. I suppose I can do that, in webpack configuration, ( options object) , but unfortunately I did not find any information about that. Could anybody help ? Thanks in advance.