We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 577322a commit 6954d75Copy full SHA for 6954d75
src/runTransformation.ts
@@ -91,7 +91,7 @@ export default function runTransformation(
91
92
// need to reconstruct the .vue file from descriptor blocks
93
if (extension === '.vue') {
94
- if (out === descriptor!.template!.content) {
+ if (out === fileInfo.source) {
95
return source // skipped, don't bother re-stringifying
96
}
97
// remove redundant <template> tag
0 commit comments