jhamlet / svg-react-loader

Webpack SVG to React Component Loader
MIT License
559 stars 82 forks source link

Remove XML Translation #11

Closed jhamlet closed 8 years ago

jhamlet commented 8 years ago

Currently, this loader translates an XML file and converts it to a React component.

It would add flexibility if this loader worked on a JavaScript object instead.

This way, intermediate loaders could modify the xml-to-JavaScript object before passing it off to svg-react-loader.

jhamlet commented 8 years ago

Fixed in v0.4.0-beta.2