Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

bundle name hash-key generation is not environment independent #2001

Closed
tripodsan opened this issue Sep 11, 2018 · 0 comments
Closed

bundle name hash-key generation is not environment independent #2001

tripodsan opened this issue Sep 11, 2018 · 0 comments
Labels

Comments

@tripodsan
Copy link
Contributor

🐛 bug report

Parcel uses the full path of the files to create the hash-key. for projects that like to commit their generated files, this produces different outcomes depending on environment.

🤔 Expected Behavior

hash-key of bundles are independent of the directory the project is in.

😯 Current Behavior

hash-key of the bundles depend on the parent directory name.

💁 Possible Solution

compute hash to the relative path to the current directory.

🔦 Context

adobe/helix-cli#180

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
Projects
None yet
Development

No branches or pull requests

2 participants