Hi,
just a quick heads up, the npm package (rollup-plugin-vue) automatically installs version 6, which needs Vue 3.
I don't know if this was intended or is not your responsibility, but it just cost me about 30 mins to figure that out.
Best wishes
npm install rollup-plugin-vue
Some search terms for other people who get bit by this:
pushScopeId, resolveComponent, createVNode, createBlock, withCtx, withScopeId, withKeys was not found in vue.This was not intended but eventually, v6 will become latest so it's better if you lock rollup-plugin-vue to 5.* in you package.json.
Most helpful comment
This was not intended but eventually, v6 will become
latestso it's better if you lock rollup-plugin-vue to5.*in youpackage.json.