jhamlet / svg-react-loader

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

Use getOptions instead of parseQuery. #64

Closed nvolungis closed 7 years ago

nvolungis commented 7 years ago

parseQuery was removed from loader-utils here. These changes update the loader to work against the new api.

nvolungis commented 7 years ago

Opened against wrong branch.