Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

add vue 3.2.13+ as peer dependency #1944

Closed
wants to merge 1 commit into from
Closed

add vue 3.2.13+ as peer dependency #1944

wants to merge 1 commit into from

Conversation

cool-little-fish
Copy link

Hi @yyx990803 , I find that vue/compiler-sfc was required explicitly in vue-loader 17+ in line, but when I install vue-loader separately, it did not give me note that vue 3.2.13+ was required (cuz after vue 3.2.13+, @vue/compiler-sfc was installed with it, so compiler-sfc module can be imported with name vue/compiler-sfc).
So I make this pr, hope that others won't get same problem.

@merceyz
Copy link
Contributor

merceyz commented Apr 24, 2022

It's also missing an optional peer dependency on @vue/compiler-sfc which was removed as a peer dependency in 21725a4 even though it's still in use

compiler = require('@vue/compiler-sfc')
.

@sodatea
Copy link
Member

sodatea commented Oct 28, 2022

Sorry that I have overlooked this repo for a long time. Didn't know this issue even got into Yarn's compatibility database 🤦‍♂️
Now fixed in v17.0.1.

freddy38510 pushed a commit to freddy38510/vue-loader that referenced this pull request Nov 17, 2022
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

None yet

3 participants