This repository has been archived by the owner on Aug 20, 2018. It is now read-only.
-
Notifications
You must be signed in to change notification settings - Fork 82
False positive warning about Webpack 2 #57
Labels
Comments
This was referenced Jul 22, 2017
+1 |
I noticed this issue when I have placed some dependencies for package.json under devDependencies. I have since moved everything back under dev and the warnings no longer occur. |
@gaearon - I've stripped the deprecation warning entirely, this is a problem that needs to be fixed upstream as the whole thing is kind of circular. |
Thanks! |
Thank you @d3viant0ne ! With the "json-loader": "^0.5.7" in the package.json, we get rid of thoses "useless" warning messages ! 🥇 |
Sign up for free
to subscribe to this conversation on GitHub.
Already have an account?
Sign in.
We are seeing this warning on CI trying to update Create React App to Webpack 3: facebook/create-react-app#2574 (comment). However we never explicitly use
json-loader
.I wonder if it's possible that the warning has a false positive? For example webpack/webpack#3374 makes webpack delegate to
json-loader
automatically here. Is there any chance that this could unintentionally trigger the warning?The text was updated successfully, but these errors were encountered: