browserify / browser-resolve

resolve function which support the browser field in package.json
MIT License
102 stars 70 forks source link

Update resolve dependency #97

Closed goto-bus-stop closed 4 years ago

goto-bus-stop commented 4 years ago

Closes #85, closes #88, closes #93

This updates resolve and updates the tests to account for a resolve bugfix.

The implementation parts of #92 are removed in favour of using resolve's preserveSymlinks option.

This still causes a test failure in browserify (https://github.com/browserify/browser-resolve/issues/93#issuecomment-646287319). It would also be good to check if the tests of some other major dependents still pass with these changes.