Join GitHub today
GitHub is home to over 50 million developers working together to host and review code, manage projects, and build software together.
Sign upGitHub is where the world builds software
Millions of developers and companies build, ship, and maintain their software on GitHub — the largest and most advanced development platform in the world.
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. |
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.