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
In Yarn 2 PnP mode, there is no node_modules folder. Everything is in .yarn cache and kept loaded in memory. Would it be possible to add support for this in webpack-node-externals or have you already thought about it?
The text was updated successfully, but these errors were encountered:
At first glance it seems that this could be handled by another package than webpack-node-externals, but ideally webpack-node-externals, or a higher-level package should handle package manager context automatically, the rationales are:
this package is called webpack-node-externals, not webpack-npm-externals
standardized options
most importantly: to avoid having the package manager setup leak into webpack configs
In Yarn 2 PnP mode, there is no
node_modules
folder. Everything is in.yarn
cache and kept loaded in memory. Would it be possible to add support for this inwebpack-node-externals
or have you already thought about it?The text was updated successfully, but these errors were encountered: