Skip to content

Commit 2c13800

Browse files
committed
chore: fix typo in comment [ci skip]
1 parent 0f6ec2e commit 2c13800

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

packages/@vue/babel-preset-app/index.js

+1-1
Original file line numberDiff line numberDiff line change
@@ -73,7 +73,7 @@ module.exports = (context, options = {}) => {
7373
entryFiles = defaultEntryFiles,
7474

7575
// Undocumented option of @babel/plugin-transform-runtime.
76-
// When enabled, an absolute path is used when importing a runtime helper after tranforming.
76+
// When enabled, an absolute path is used when importing a runtime helper after transforming.
7777
// This ensures the transpiled file always use the runtime version required in this package.
7878
// However, this may cause hash inconsistency if the project is moved to another directory.
7979
// So here we allow user to explicit disable this option if hash consistency is a requirement

0 commit comments

Comments
 (0)