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
-
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 build
as recommended.However, I wonder how can i integrate
vue-tsc --watch
withinrsbuild dev
.I tried to run both
vue-tsc --watch
andrsbuild dev
concurrently, however, the errors it detected can not be shown in the error overlay as@rsbuild/plugin-type-check
supported.Beta Was this translation helpful? Give feedback.
All reactions