jhamlet / svg-react-loader

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

TypeError: lutils.parseQuery is not a function #57

Closed ntucker closed 7 years ago

ntucker commented 7 years ago

Since this project doesn't specify it's dependency of loader-utils properly (it's not in dependencies, but in devdependencies), if you use another loader that specifies a newer version of loader-utils, it will pick up the newer version that doesn't have the same API

Solution move loader-utils to dependencies