chore: remove stale references of ref-transform

This commit is contained in:
Evan You
2021-12-23 16:56:36 +08:00
parent a273e8844c
commit fef191fb07
8 changed files with 16 additions and 17 deletions

View File

@@ -1 +1 @@
export * from './refTransform'
export * from './reactivityTransform'

View File

@@ -660,6 +660,6 @@ function warnOnce(msg: string) {
function warn(msg: string) {
console.warn(
`\x1b[1m\x1b[33m[@vue/ref-transform]\x1b[0m\x1b[33m ${msg}\x1b[0m\n`
`\x1b[1m\x1b[33m[@vue/reactivity-transform]\x1b[0m\x1b[33m ${msg}\x1b[0m\n`
)
}