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
{{ message }}
This repository was archived by the owner on Jan 18, 2022. It is now read-only.
Ideally rollup-plugin-vue handles all inline vue imports and creates multiple ?rollup-plugin-vue=script.ts modules in rollup before passing them down the chain.
Actual behavior
See ezolenko/rollup-plugin-typescript2#129, basically rollup-plugin-vue generates typescript code that gets passed to rollup-plugin-typescript2, but that code has another import "something.vue" statement and I can't pass it back to rollup because typescript demands cold hard values and doesn't take promises.