jhamlet / svg-react-loader

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

Use getOptions instead of parseQuery for compat with webpack2 #65

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.