You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Closesvuejs#281
Use multimatch instead of match for this purpose.
The minimatch dependency has not been removed because it's still used in
lib/filter.js. Filters should directly use multimatch. Once this
happens, the dependency to minimatch can be removed.
posva
added a commit
to posva/vue-cli
that referenced
this issue
Jan 1, 2017
Closesvuejs#281
Use multimatch instead of match for this purpose.
The minimatch dependency has not been removed because it's still used in
lib/filter.js. Filters should directly use multimatch. Once this
happens, the dependency to minimatch can be removed.
I think sometimes only one pattern can't describe the rules of a complex template very well. So how about pattern array? For example:
Thanks.
The text was updated successfully, but these errors were encountered: