Closed
Description
What problem does this feature solve?
For server projects which needs index.html to take part in build process (like ASP.NET Razor), add this switch to avoid copying generated file to view folder.
What does the proposed API look like?
// vue.config.js
module.exports = {
// ...
filenameHashing: true
// ...
}