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

hash changes on different machines? #20

Open
malliapi opened this issue Jan 15, 2019 · 1 comment
Open

hash changes on different machines? #20

malliapi opened this issue Jan 15, 2019 · 1 comment

Comments

@malliapi
Copy link

our builds are on circleci and generate sourcemaps that then upload to rollbar.com, the issue is that when heroku rebuilds the package, we get a different hash! therefore they cant be matched. an obvious workaround i sto upload the sourcemapss from heroku or not rebuild there, but i'm wondering why this is the case?

@mkonars
Copy link

mkonars commented May 7, 2020

This plugin sorts the files based on their paths, then joins them and then generates the hash. So if the path is different from build to build the hashes will be different. At least this was the case in my webpack + angular app build.

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

No branches or pull requests

2 participants