stefanpenner / hash-for-dep

7 stars 11 forks source link

fix: use resolve with preserveSymlinks = false #37

Closed zkochan closed 7 years ago

zkochan commented 7 years ago

resolve from version 2 will not preserve symlinks by default. This is the way Node resolves dependencies by default as well.

This will make ember work with a symlinked node_modules layout.

zkochan commented 7 years ago

Sure, I'll add one

stefanpenner commented 7 years ago

@rwjblue can you handle this release, once windows is green?

zkochan commented 7 years ago

@rwjblue, @stefanpenner

I know you both have hundreds of GitHub notifications a day, so you have probably forgotten about this PR. Could this be merged and realized please, thanks in advance!

Also, I created a similar PR at ember-cli-pretender, please check it out

stefanpenner commented 7 years ago

released as v1.2.0 🎉