We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 8aca1db commit bd5c795Copy full SHA for bd5c795
packages/plugin-vue/src/index.ts
@@ -90,7 +90,7 @@ export default function vuePlugin(rawOptions: Options = {}): Plugin {
90
? createFilter(/\.(j|t)sx?$/, /node_modules/)
91
: createFilter(refTransform)
92
93
- // compat for older verisons
+ // compat for older versions
94
const canUseRefTransform = typeof compiler.shouldTransformRef === 'function'
95
96
let options: ResolvedOptions = {
0 commit comments