OperationCode / operationcode_frontend

Front-end repository for live site. Please go to `front-end` repo to contribute instead.
https://operationcode.org
MIT License
101 stars 222 forks source link

Deprecation warning for loaderUtils in dev & production builds #974

Closed jjhampton closed 6 years ago

jjhampton commented 6 years ago
DeprecationWarning: loaderUtils.parseQuery() received a non-string value which can be problematic, see https://github.com/webpack/loader-utils/issues/56
parseQuery() will be replaced with getOptions() in the next major version of loader-utils.
jjhampton commented 6 years ago

see https://github.com/webpack/loader-utils/issues/56

jjhampton commented 6 years ago

Looks like it's url-loader - we're using v0.5.7, and they fixed it in v0.5.8: https://github.com/webpack-contrib/url-loader/releases/tag/v0.5.8 :grin:

I'll try updating to the latest.

nisha-kaushik commented 6 years ago

Hey, I am looking for beginner issues to take up, Is this issue still available? Let me know in case of any other help.I would love to contribute.

jjhampton commented 6 years ago

@nisha-kaushik There's currently a PR pending for it. Usually, if an issue is already assigned to someone, it's already been 'claimed'. Feel free to take a look at any of the other open issues in the repo, though!

nisha-kaushik commented 6 years ago

Ok. Thanks.