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
No matter how many times when running npm run build within a specified terminal session, the [contenthash] for app.js|about.js|tooltip.js|runtime.js is consistent. But for different terminal session, generated hash is different. However, for chunk-vendors.js|app.css, its content hash are exactly same regardless of terminal session.
What is expected?
The content hash is based on the content of an asset regardless of terminal session.
What is actually happening?
For entry output and split chunk file, the content hash is dependent on terminal session.
Version
3.4.0
Reproduction link
https://github.com/rliuyi/vue-content-hash-inconsistent
Environment info
Steps to reproduce
open a terminal session:
npm run build
open another terminal session:
npm run build
No matter how many times when running
npm run build
within a specified terminal session, the [contenthash] forapp.js|about.js|tooltip.js|runtime.js
is consistent. But for different terminal session, generated hash is different. However, forchunk-vendors.js|app.css
, its content hash are exactly same regardless of terminal session.What is expected?
The content hash is based on the content of an asset regardless of terminal session.
What is actually happening?
For entry output and split chunk file, the content hash is dependent on terminal session.
Please take a look at the screen record for the problem:
https://mega.nz/#!eThzjC6A!NTQ121Vhks0ffF6pPuxphEbtWIo71w3Le7qGulQLyAA
The text was updated successfully, but these errors were encountered: