nix-npm-buildpackage
nix-npm-buildpackage copied to clipboard
Handle file: dependencies
Ligo's website uses a file: dependency syntax in package.json. We need to handle that. It turned out to be pretty simple really.
Why does the test fail?
Because I'm using builtins.filterSource, and I probably shouldn't. I'll try to figure it out on Monday.
@zhenyavinogradov please review again, tests work now
Can you please also add a simple test case for this, so we can be sure that we don't break it in the future?
Just ran into this issue; are we still planning on merging this feature?