Skip to content

DeprecationWarning from loaderUtils #176

New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Closed
kidney opened this issue Feb 22, 2017 · 6 comments
Closed

DeprecationWarning from loaderUtils #176

kidney opened this issue Feb 22, 2017 · 6 comments

Comments

@kidney
Copy link

kidney commented Feb 22, 2017

When I run build, I get the feedback information from console:

(node:1670) 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.

postcss-loader@1.2.2

@michael-ciniawsky
Copy link
Member

michael-ciniawsky commented Feb 22, 2017

@kidney Yep loader-utils >= v1.0.0 had a API breaking change I'm working on it :), feel free to ignore this warning meanwhile

@kidney kidney closed this as completed Feb 23, 2017
@NekR
Copy link

NekR commented Jun 30, 2017

It's still there, right?

@michael-ciniawsky
Copy link
Member

@NekR Which version of postcss-loader ?

@NekR
Copy link

NekR commented Jun 30, 2017

"postcss-loader": "^2.0.6",

I'm not 100% sure if it's postcss-loader, but I got it when I started updating postcss related things, including the loader.

@NekR
Copy link

NekR commented Jun 30, 2017

Nevermind, I found the problematic one, it was css-loader. Thanks!

@mcohoon
Copy link

mcohoon commented Aug 17, 2018

For those following this chain here is the issue in css-loader.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

4 participants