webpack-node-externals icon indicating copy to clipboard operation
webpack-node-externals copied to clipboard

transitive dependencies with npm link

Open richburdon opened this issue 7 years ago • 0 comments

I'm using npm-link to develop multiple related repos at once. So I use the whitelist to opt-in my related source modules (which are linked in node_modules). But I need node-externals to respect the dependencies in these other submodules.

Supporting multiple node_modules directories would probably resolve this. Happy to get feedback on other possible solutions.

richburdon avatar Apr 27 '17 15:04 richburdon