We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 6ec85ae commit ceec69cCopy full SHA for ceec69c
packages/compiler-sfc/src/index.ts
@@ -69,3 +69,10 @@ export type {
69
CompilerError,
70
BindingMetadata
71
} from '@vue/compiler-core'
72
+
73
+/**
74
+ * @deprecated this is preserved to avoid breaking vite-plugin-vue < 5.0
75
+ * with reactivityTransform: true. The desired behavior should be silently
76
+ * ignoring the option instead of breaking.
77
+ */
78
+export const shouldTransformRef = () => false
0 commit comments