mirror of
https://github.com/vuejs/vue-cli.git
synced 2026-01-15 03:40:48 -06:00
chore: fix typo (#1783)
This commit is contained in:
committed by
Thorsten Lünborg
parent
7b3812e248
commit
31e1b4995e
@@ -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
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user