Skip to content

feat: Add a switch for filename hashing #1981

Closed
@yhvicey

Description

@yhvicey

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
    // ...
}

Metadata

Metadata

Assignees

No one assigned

    Type

    No type

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions