jacobmischka / gatsby-plugin-react-svg

Adds svg-react-loader to gatsby webpack config
https://www.npmjs.com/package/gatsby-plugin-react-svg
MIT License
69 stars 21 forks source link

Invalid Character found in every SVG I have #33

Open ar0ra1 opened 4 years ago

ar0ra1 commented 4 years ago

Does this plugin even work ?

ryanfiller commented 4 years ago

Seems as this is an issue with the xml2js dependency. https://www.screenaware.com/en/blog/xml2js-sax-js-non-whitespace-before-first-tag

Looking into what a fix would be.