You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
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.
🐛 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
The text was updated successfully, but these errors were encountered: