Open ascott18 opened 3 years ago
Hey @ascott18
I'll take a look. Thank you for the report and for a thorough approach to bug filing.
The is caused by exporting named classes export default class Foo extends Vue {
instead of anonymous classes export default class extends Vue {
.
This bit of code here is the culprit. Commenting out the line name: "default_1",
fixes the issue entirely.
https://github.com/vatson/rollup-plugin-vuetify/blob/ef322f8fa1725f56b89d91bf4b1bdbb8182248f4/src/transform.js#L37
Judging by your profile, I'd imagine you're a little busy with the invasion of your home to deal with this. Stay safe, and thank you for your work on this package.
I'm getting an error with SFC components with vue-class-component.
Minimal repro at https://github.com/ascott18/vuetify-rollup-bug