Bruno Sampaio
Bruno Sampaio
@sshaw did you wrap it with a `span` using the browser inspect element or did you do it in your HTML code? Is it possible to see this page?
@sshaw I understand the problem now and indeed my code will never detect this case. In my opinion, having loose text nodes is never a good practice so I would...
> What's the issue? This extension looks for terminal elements (or elements without children) and allows you to select those elements and see their properties. Otherwise you would be able...
@dko-slapdash does this work with CSS as well?
Hmm I guess this is a new feature... I don't think it was possible to pass a function to `use` when I came up with this idea. This was necessary...
This is strange. I used webpack-manifest-plugin before and never got this issue 🤔 However, there was a problem recently with manifest plugins so it could be I missed something on...
So `webpack-manifest-plugin` outputs a correct line and a wrong one?
@timbomckay this should be possible. I'll try to have a look into it when the problem in https://github.com/karify/external-svg-sprite-loader/pull/54 is resolved. Remind me about this if I don't come back to...
Just to make sure: the `` elements are necessary if you use the sprite icons in CSS. Are you not using them in CSS?
Ok, I get it. The problem is: the main reason that lead me to create this loader and plugin was because there was no other that supported CSS. So this...