Skip to content

Commit 1f18a2c

Browse files
committed
chore: fix typo
1 parent 9510b9f commit 1f18a2c

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

lib/webpack/createBaseConfig.js

+1-1
Original file line numberDiff line numberDiff line change
@@ -95,7 +95,7 @@ module.exports = function createBaseConfig ({
9595
if (filepath.startsWith(libDir)) {
9696
return false
9797
}
98-
// always trasnpile js in vue files
98+
// always transpile js in vue files
9999
if (/\.vue\.js$/.test(filepath)) {
100100
return false
101101
}

0 commit comments

Comments
 (0)