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

Different build hash for different machines? #4

Open
malliapi opened this issue Apr 29, 2018 · 1 comment
Open

Different build hash for different machines? #4

malliapi opened this issue Apr 29, 2018 · 1 comment

Comments

@malliapi
Copy link

I am using this plugin and my builds on circleci have a different hash to the builds on heroku?

Do we know why?

@adventure-yunfei
Copy link
Owner

This plugin is trying to solve the problem that chunkhash changes frequently even if they don't need to (when source code changes).

I've tested this plugin on different machine to build the same chunkhash. But something else will also break the rule.

What I met before is webpack itself is generating different chunkhash on different machine, causing by some specific plugins/loaders. Check this discussion as an example.

So would you please provide some extra information below?

  • What's your webpack version and config?
  • Can you have a try to test that whether webpack generates the same chunkhash without this plugin?
  • Can you test that with a very simple project with only this plugin, whether it generates the same chunkhash? (If it still doesn't work, please provide that demo and I'll investigate on it)

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