-
-
Notifications
You must be signed in to change notification settings - Fork 148
Broken Vue 3 typescript #400
Comments
Ensure that the |
@Smashman, if use this order of plugins, then error changes:
Error:
Looks like typescript doesn't recognized at all. Btw, see issue in typescript plugin (rollup/plugins#608), maybe this issue doesn't related to rollup-plugin-vue, because with rollup-plugin-typescript2 config from my reproduction works great. |
@iassasin I had the same issue, switching from |
@kris-ellery, yes, I use this workaround too, but it's strange if it shouldn't work with official ts plugin. |
Agree with that, I waste 15 minutes on the official plugin before finding out the example is using |
I think its a bug in the "official plugin" (see rollup/plugins#608). |
Version
6.0.0-beta10
Reproduction link
https://github.com/iassasin/vue3-rollup-ts-bug
Steps to reproduce
Clone example repository and
npm run build
.What is expected?
working bundle
What is actually happening?
What I did wrong? Looks like rollup-plugin-vue bug.
The text was updated successfully, but these errors were encountered: