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
Was deep in the bowels of a large webpack.config.js file and came across a challenge that this package seems perfect for solving – with one kinda catch.
That is: nearly all of the time I want to resolve against "module", which I can believe is possible this way after reading the docs:
Was deep in the bowels of a large
webpack.config.js
file and came across a challenge that this package seems perfect for solving – with one kinda catch.That is: nearly all of the time I want to resolve against
"module"
, which I can believe is possible this way after reading the docs:However, in the absence of
"module"
I would like to fall-back to"browser"
. This is handled in webpack land asresolve.mainFields
.Is there interest in this feature? Does it already exist and I overlooked it in the code?
The text was updated successfully, but these errors were encountered: