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
Although it's rare to need to bundle dependencies on node (in the majority of use cases, they're excluded by using webpack-node-externals) it can be done.
By default, dll references don't get properly required on node. To solve this, .nodeEntry assembles the require statements alongside your entry with ease.