question-mark
Stuck on an issue?

Lightrun Answers was designed to reduce the constant googling that comes with debugging 3rd party libraries. It collects links to all the places you might be looking at while hunting down a tough bug.

And, if you’re still stuck at the end, we’re happy to hop on a call to see how we can help out.

DeprecationWarning: loaderUtils.parseQuery()

See original GitHub issue

Related to loader-utils issue

Webpack Version: 2.2.1

Babel Core Version: 6.24.0

Babel Loader Version: 6.4.0

Please tell us about your environment: Windows 10, node 7.7.2

Current behavior: It throws deprecation warnings at lib/index.js:96:35

Issue Analytics

  • State:closed
  • Created 7 years ago
  • Reactions:21
  • Comments:11 (2 by maintainers)

github_iconTop GitHub Comments

8reactions
DanielBadancommented, Mar 16, 2017

You should use this for installs npm install babel-loader --save-dev
no need there for commands or the .git#fork
if you want to install a specific version of it use that npm install babel-loader@7.0.0-alpha.3 --save-dev
read more on npm docs

2reactions
danezcommented, Apr 22, 2017

Fixed with 7.0.0

Read more comments on GitHub >

github_iconTop Results From Across the Web

loaderUtils.parseQuery() received a non-string value which ...
DeprecationWarning : loaderUtils.parseQuery() received a non-string value which can be problematic laravel-mix/laravel-mix#456.
Read more >
How to resolve the Webpack 2 loaderUtils.parseQuery ...
loaderUtils.parseQuery() is used by loaders to get the options that are passed to the loader. It has been replaced with loaderUtils.
Read more >
How I fixed Webpack 4 `loaderUtils.parseQuery() received a ...
How I fixed Webpack 4 `loaderUtils.parseQuery() received a non-string value which can be problematic` error… DeprecationWarning: loaderUtils.
Read more >
Node deprecationWarning - Get Help - Vue Forum
parseQuery() will be replaced with getOptions() in the next major version of loader-utils. I read the issue but i still be confused. I...
Read more >
Why doesn't my custom theme seem to be applied?
ok -- Template Parsing Finished. (node:2072) DeprecationWarning: loaderUtils.parseQuery() received a non-string value which can be problematic, ...
Read more >

github_iconTop Related Medium Post

No results found

github_iconTroubleshoot Live Code

Lightrun enables developers to add logs, metrics and snapshots to live code - no restarts or redeploys required.
Start Free

github_iconTop Related Reddit Thread

No results found

github_iconTop Related Hackernoon Post

No results found

github_iconTop Related Tweet

No results found

github_iconTop Related Dev.to Post

No results found

github_iconTop Related Hashnode Post

No results found