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
This should check for resolve.root at least. The point is that we want to avoid a case where webpack picks up something from the project root over node_modules.
Implementation approach: the _.intersection of the a) array of folder names in node_modules with the b) flattened array of subfolders under all resolve.root folders should be empty.
This should check for
resolve.root
at least. The point is that we want to avoid a case where webpack picks up something from the project root overnode_modules
.Related: reduxjs/redux#1681 .
The text was updated successfully, but these errors were encountered: