Yarn v2 compatibility: add vue-template-compiler as a peerDependency
Closed this issue · 0 comments
AlexandreBonaventure commented
Version
15.8.3
I understand the reasoning behind vue-loader not requiring vue-template-compiler for version pinning, but I would argue that it should still be listed as a peerDependency. With yarn v2 enforcing strict dependency tree, this is currently throwing an error.
Is there any reason why it has been removed at all ?
commit ref 7e5862c#diff-b9cfc7f2cdf78a7f4b91a753d10865a2
global vue-cli issue for ref: vuejs/vue-cli#5135
What is expected?
vue-template-compiler
listed as a peerDependency
What is actually happening?
it is not