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
Steps to reproduce
npm i -g @vue/cli
vue ui
create a project
run build in diffrent machine (one is ubuntu, the other is window)
What is expected?
the file hash is same after build in diffrent machine
What is actually happening?
the chunk-vendors hash is same in diffrent machine
but the app.js and app.css hash are not same!?
Is there any solution to fix this problem?
I Have update vue-loader to 15.2.6, but the hash still change in diffrent machine.
The text was updated successfully, but these errors were encountered:
Hello, your issue has been closed because it does not conform to our issue requirements. In order to ensure every issue provides the necessary information for us to investigate, we require the use of the Issue Helper when creating new issues. Thank you!
Version
3.0.0-rc.3
Steps to reproduce
npm i -g @vue/cli
vue ui
create a project
run build in diffrent machine (one is ubuntu, the other is window)
What is expected?
the file hash is same after build in diffrent machine
What is actually happening?
the chunk-vendors hash is same in diffrent machine
but the app.js and app.css hash are not same!?
Is there any solution to fix this problem?
I Have update vue-loader to 15.2.6, but the hash still change in diffrent machine.
The text was updated successfully, but these errors were encountered: