We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 7b3812e commit 31e1b49Copy full SHA for 31e1b49
packages/@vue/cli-plugin-babel/index.js
@@ -8,7 +8,7 @@ module.exports = (api, options) => {
8
.test(/\.jsx?$/)
9
.exclude
10
.add(filepath => {
11
- // always trasnpile js in vue files
+ // always transpile js in vue files
12
if (/\.vue\.jsx?$/.test(filepath)) {
13
return false
14
}
0 commit comments