codesandbox / dependency-packager

Other
238 stars 62 forks source link

Fix loading of transient dependency #9

Open CompuIves opened 5 years ago

CompuIves commented 5 years ago

The problem is that there is a dependency conflict for a single dependency. In this case 0x.js has multiple versions of uuid as transient dependencies, and we don't collect that properly.

This only contains the test right now. Should fix https://github.com/codesandbox/codesandbox-client/issues/2014