chore: fix typo (#1783)

This commit is contained in:
Jovino Xu
2018-07-07 18:32:35 +08:00
committed by Thorsten Lünborg
parent 7b3812e248
commit 31e1b4995e

View File

@@ -8,7 +8,7 @@ module.exports = (api, options) => {
.test(/\.jsx?$/)
.exclude
.add(filepath => {
// always trasnpile js in vue files
// always transpile js in vue files
if (/\.vue\.jsx?$/.test(filepath)) {
return false
}