You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
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?
We are seeing this warning on CI trying to update Create React App to Webpack 3: react/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-loaderautomatically here. Is there any chance that this could unintentionally trigger the warning?