(node:9500) 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.```
For following config variants, there message stays still:
the issue is gone and console output is clear.
I've read through the issue specified by link emitted into my console and there said that I should create issue for authors of the appropriate loader. Please help me and maybe fix that or if tell if I am wrong.
I am using Webpack version 2.3.2.
Thank you!
Hi! I have following in my
webpack.config.js
module.rules section:When I run Webpack, I get:
For following config variants, there message stays still:
or
or
When remove 'query' option:
the issue is gone and console output is clear. I've read through the issue specified by link emitted into my console and there said that I should create issue for authors of the appropriate loader. Please help me and maybe fix that or if tell if I am wrong. I am using Webpack version
2.3.2
. Thank you!