Module not found: Error: Can't resolve '@vue/compiler-sfc' #2845
Answered
by
ardatan
castelreng
asked this question in
Q&A
-
Beta Was this translation helpful? Give feedback.
Answered by
ardatan
Apr 16, 2021
Replies: 1 comment 1 reply
-
I'd recommend to use the scoped packages instead of |
Beta Was this translation helpful? Give feedback.
1 reply
Answer selected by
ardatan
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
I'd recommend to use the scoped packages instead of
graphql-tools
npm package. Let's say formakeExecutableSchema
, please just use@graphql-tools/schema
because the bundler doesn't do treeshaking correctly as I understand because you shouldn't need graphql-tag-pluck in a client-side project.