Hi team,
if I use marker-end: url(#ID) in less, it's resolved as url link and output the css like marker-end: url("../base/#ID").
here is doc of marker-end: https://developer.mozilla.org/en-US/docs/Web/SVG/Attribute/marker-end
I think using webpack + less-loader doesn't have the issue.
So do you any workaround to solve it in consumer side?
Best Regards
Ben