Open byfairweather opened 2 years ago
If you manually install a previous version of @vue/compiler-sfc, you can get it working again. Seems it started breaking as of @vue/compiler-sfc@3.1.3
First you hit errors with refSugar, then in later packages, you get reactivityTransform
Would love to see these things work out of the box.
Version
5.0.0
Reproduction link
github.com
Steps to reproduce
What is expected?
Successful Build
What is actually happening?
(plugin vue) TypeError: Cannot read properties of undefined (reading 'reactivityTransform')
Not looking to use Vite. Figured Rollup would be well supported give that this package is downloaded 40k+ times per week.