Skip to content

Commit

Permalink
chore: fix typo in comment [ci skip]
Browse files Browse the repository at this point in the history
  • Loading branch information
sodatea committed Nov 25, 2019
1 parent 0f6ec2e commit 2c13800
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion packages/@vue/babel-preset-app/index.js
Expand Up @@ -73,7 +73,7 @@ module.exports = (context, options = {}) => {
entryFiles = defaultEntryFiles,

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

0 comments on commit 2c13800

Please sign in to comment.