Skip to content

[suggestion] support pattern array in skipInterpolation meta option #281

Closed
@Jinjiang

Description

@Jinjiang

I think sometimes only one pattern can't describe the rules of a complex template very well. So how about pattern array? For example:

{
  "skipInterpolation": [
    "src/**/*.{vue,js}",
    "assets/**/*",
    "ios/**/*",
    "android/**/*",
    ...
  ]
}

Thanks.

Metadata

Metadata

Assignees

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