浏览代码

fix: avoid confusing breakage in @vitejs/plugin-vue

Evan You 2 年之前
父节点
当前提交
ceec69c8cc
共有 1 个文件被更改,包括 7 次插入0 次删除
  1. 7 0
      packages/compiler-sfc/src/index.ts

+ 7 - 0
packages/compiler-sfc/src/index.ts

@@ -69,3 +69,10 @@ export type {
   CompilerError,
   BindingMetadata
 } from '@vue/compiler-core'
+
+/**
+ * @deprecated this is preserved to avoid breaking vite-plugin-vue < 5.0
+ * with reactivityTransform: true. The desired behavior should be silently
+ * ignoring the option instead of breaking.
+ */
+export const shouldTransformRef = () => false