You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Originally posted by jods4 May 11, 2021 @vuedx/typescript-plugin-vue provides a great experience in VS Code, especially if some of your *.vue SFC export more than default.
Sadly it seems plugins aren't used when building with tsc and so I get many errors at build time, which reduces the usefulness of this plugin a lot.
I'm building with Rollup and rollup-plugin-typescript2, is there any way to make the magic work when building as well?
The text was updated successfully, but these errors were encountered:
Discussed in #228
Originally posted by jods4 May 11, 2021
@vuedx/typescript-plugin-vue
provides a great experience in VS Code, especially if some of your *.vue SFC export more thandefault
.Sadly it seems plugins aren't used when building with
tsc
and so I get many errors at build time, which reduces the usefulness of this plugin a lot.I'm building with Rollup and
rollup-plugin-typescript2
, is there any way to make the magic work when building as well?The text was updated successfully, but these errors were encountered: