dependency-packager icon indicating copy to clipboard operation
dependency-packager copied to clipboard

Fix loading of transient dependency

Open CompuIves opened this issue 6 years ago • 0 comments

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

CompuIves avatar Jun 06 '19 14:06 CompuIves