Skip to content

Why does my exclude configuration work in the development environment but not in the test environment #109

@hahakaola

Description

@hahakaola

I am currently using vite+vue3 to build the project and only want to do rem adaptation for mobile, this is my code:
exclude: function (file) {
return file.indexOf('m/') === -1
}
However, after the packaging release, both pc and mobile have made rem adaptation。What am I supposed to do?

Metadata

Metadata

Assignees

No one assigned

    Labels

    No labels
    No labels

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions