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
Less 3.x+ should be able to import from node_modules by default without ~
Actual Behavior
less-loader's resolver forces a ~ even though none is necessary and can't resolve Less code in node_modules without ~, even though that should work in Less 3.x+
This issue is for a:
Expected Behavior
Less 3.x+ should be able to import from node_modules by default without
~
Actual Behavior
less-loader's resolver forces a
~
even though none is necessary and can't resolve Less code in node_modules without~
, even though that should work in Less 3.x+In fact, if you comment out...
...then Less imports any given library from node_modules. e.g.:
So the file manager is actually blocking NPM / Node support unnecessarily. (Although it probably provides other Webpack resolving support?)
The text was updated successfully, but these errors were encountered: