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
Describe the bug:
Starting from [email protected], @vue/compiler-sfc is built-in dependency in Vue.
But removing it from dependencies list will cause package manager to warn about unmet dependency.
To Reproduce:
Install vue@next, then install testing library vue, sfc-complier is inside the dependency list if using npm 7+
Expected behavior @vue/compiler-sfc might be marked as optional if and only if vue >= 3.2.13, but I am afraid none of the existing package meta can handle this situation.
The text was updated successfully, but these errors were encountered:
Describe the bug:
Starting from [email protected],
@vue/compiler-sfc
is built-in dependency in Vue.But removing it from dependencies list will cause package manager to warn about unmet dependency.
To Reproduce:
Install vue@next, then install testing library vue, sfc-complier is inside the dependency list if using npm 7+
Expected behavior
@vue/compiler-sfc
might be marked as optional if and only ifvue >= 3.2.13
, but I am afraid none of the existing package meta can handle this situation.The text was updated successfully, but these errors were encountered: