DeprecationWarning: loaderUtils.parseQuery()
See original GitHub issueRelated 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:
- Created 7 years ago
- Reactions:21
- Comments:11 (2 by maintainers)
Top 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 >
Top Related Medium Post
No results found
Top Related StackOverflow Question
Troubleshoot Live Code
Lightrun enables developers to add logs, metrics and snapshots to live code - no restarts or redeploys required.
Start Free
Top Related Reddit Thread
No results found
Top Related Hackernoon Post
No results found
Top Related Tweet
No results found
Top Related Dev.to Post
No results found
Top Related Hashnode Post
No results found
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
Fixed with 7.0.0