-
Notifications
You must be signed in to change notification settings - Fork 71
Importing Vue SFC from lang="ts" block #129
Copy link
Copy link
Open
Labels
help wantedproblem: removed issue templateOP removed the issue template without good causeOP removed the issue template without good causeproblem: staleIssue has not been responded to in some timeIssue has not been responded to in some timescope: integrationRelated to an integration, not necessarily to core (but could influence core)Related to an integration, not necessarily to core (but could influence core)scope: vueRelated to integration with Vue (rollup-plugin-vue is long archived), not coreRelated to integration with Vue (rollup-plugin-vue is long archived), not coresolution: workaround availableThere is a workaround available for this issueThere is a workaround available for this issue
Description
Metadata
Metadata
Assignees
Labels
help wantedproblem: removed issue templateOP removed the issue template without good causeOP removed the issue template without good causeproblem: staleIssue has not been responded to in some timeIssue has not been responded to in some timescope: integrationRelated to an integration, not necessarily to core (but could influence core)Related to an integration, not necessarily to core (but could influence core)scope: vueRelated to integration with Vue (rollup-plugin-vue is long archived), not coreRelated to integration with Vue (rollup-plugin-vue is long archived), not coresolution: workaround availableThere is a workaround available for this issueThere is a workaround available for this issue
While switching from
rollup-plugin-typescripttorollup-plugin-typescript2in order to produce declaration files, the*.vuefiles are not recognized anymore.Trying by just importing
rollup-plugin-typescriptinstead ofrollup-plugin-typescript2bundles without a problem.This could be bound to this issue though I have the last version (of every plugin today indeed).