When webpack is packaged in vue-cli, MD5 will be added to prevent caching. Can you replace MD5 with a timestamp? How to change it?

when webpack is packaged in vue-cli, MD5 is added to prevent caching. Can you replace MD5 with a timestamp? How to change it?

Oct.28,2021

are you talking about a string of numbers at the end of the file? It's not a MD5 but a hash value
you can find them in webpack.base.conf.js and webpack.prod.conf.js , and you can modify them here

MySQL Query : SELECT * FROM `codeshelper`.`v9_news` WHERE status=99 AND catid='6' ORDER BY rand() LIMIT 5
MySQL Error : Disk full (/tmp/#sql-temptable-64f5-1b40004-2c4f0.MAI); waiting for someone to free some space... (errno: 28 "No space left on device")
MySQL Errno : 1021
Message : Disk full (/tmp/#sql-temptable-64f5-1b40004-2c4f0.MAI); waiting for someone to free some space... (errno: 28 "No space left on device")
Need Help?