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 Difference of bundle files built in the same env #11041

Closed
rsgok opened this issue Jun 15, 2020 · 2 comments
Closed

Hash Difference of bundle files built in the same env #11041

rsgok opened this issue Jun 15, 2020 · 2 comments

Comments

@rsgok
Copy link

rsgok commented Jun 15, 2020

Bug report

What is the current behavior?

build the same project two times in the same environment(in fact, I build in two dockers of completely same env), but the hash tags of some bundle files are different.

image

If the current behavior is a bug, please provide the steps to reproduce.

  1. use this demo project to test demo
  2. run npm i && npm build

What is the expected behavior?

same hash tag of bundle files no matter how many times i build

Other relevant information:
webpack version: 4
Node.js version: 14.4
Operating System: docker/linux redhat
Additional tools:

@alexander-akait
Copy link
Member

Problem on css-loader side - webpack-contrib/css-loader#886

@alexander-akait
Copy link
Member

Please create minimum reproducible test repo in future, I it very hard to catch problem using boilerplates and big projects

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