Skip to content

Commit 31e1b49

Browse files
javoskiLinusBorg
authored andcommitted
chore: fix typo (vuejs#1783)
1 parent 7b3812e commit 31e1b49

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

packages/@vue/cli-plugin-babel/index.js

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -8,7 +8,7 @@ module.exports = (api, options) => {
88
.test(/\.jsx?$/)
99
.exclude
1010
.add(filepath => {
11-
// always trasnpile js in vue files
11+
// always transpile js in vue files
1212
if (/\.vue\.jsx?$/.test(filepath)) {
1313
return false
1414
}

0 commit comments

Comments
 (0)