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
Select manually features, add router vuex, then keep everything as default ; at the last choice, select "In package.json" instead of dedicated config files
Run build and look at the dist/js/app.js content hash
cd testapp
npm run build
Rename the project folder and build again
cd ..
mv testapp testapp2
cd testapp2
npm run build
Compare the dist/js/app.js content hash with the previous one, it should be different
What is expected?
Content hash should be the same
What is actually happening?
Content hash is different
Same issue as #3533, which was solved in 3.5.0 but came back with 3.5.1. I created another issue since I can't reopen the other one.
The text was updated successfully, but these errors were encountered:
Version
3.5.3
Environment info
Steps to reproduce
What is expected?
Content hash should be the same
What is actually happening?
Content hash is different
Same issue as #3533, which was solved in
3.5.0
but came back with3.5.1
. I created another issue since I can't reopen the other one.The text was updated successfully, but these errors were encountered: