vuejs / rollup-plugin-vue

Roll .vue files
https://vuejs.github.io/rollup-plugin-vue
MIT License
846 stars 148 forks source link

[!] (plugin vue) TypeError: Cannot read property 'refSugar' of undefined #452

Closed heart-er closed 2 years ago

heart-er commented 2 years ago

Version

"rollup-plugin-vue": "^6.0.0-beta.10",

Reproduction link

none

Steps to reproduce

rollup build throw error about this image

What is expected?

no error

What is actually happening?

throw error

LinusBorg commented 2 years ago

Please provide more context - dependency versions (exact ones on disc), rollup config ...

heart-er commented 2 years ago

thanks. i used vite-plugin to solve problem

wiseadme commented 2 years ago

Hi! I faced with the same problem. Is there any solution?

wiseadme commented 2 years ago

Hi! I faced with the same problem. Is there any solution?

Downgrading the version from Vue 3.2.2 to 3.1.0 solved this problem for me