Skip to content

vite:vue2 failed during development after dprint markup_fmt formatted #112

@Shana-AE

Description

@Shana-AE
Image

dprint markup_fmt format

:class="{
   //....
}"

to

:class="
{
 //...
}
"

which make vite-plugin-vue2 failed during development

but it works in vue3 and build process.

Metadata

Metadata

Assignees

No one assigned

    Labels

    No labels
    No labels

    Type

    No type

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions