How to integrate vue-tsc in rsbuild devServer? #4581
Unanswered
Isabel1015ky
asked this question in
Q&A
Replies: 0 comments
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Uh oh!
There was an error while loading. Please reload this page.
-
I'd like to use @rsbuild/plugin-type-check, but it does not support vue components.
According to its README.md, in production mode, I can use
vue-tsc --noEmit && rsbuild buildas recommended.However, I wonder how can i integrate
vue-tsc --watchwithinrsbuild dev.I tried to run both
vue-tsc --watchandrsbuild devconcurrently, however, the errors it detected can not be shown in the error overlay as@rsbuild/plugin-type-checksupported.Beta Was this translation helpful? Give feedback.
All reactions