We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 0f6ec2e commit 2c13800Copy full SHA for 2c13800
packages/@vue/babel-preset-app/index.js
@@ -73,7 +73,7 @@ module.exports = (context, options = {}) => {
73
entryFiles = defaultEntryFiles,
74
75
// Undocumented option of @babel/plugin-transform-runtime.
76
- // 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.
77
// This ensures the transpiled file always use the runtime version required in this package.
78
// However, this may cause hash inconsistency if the project is moved to another directory.
79
// So here we allow user to explicit disable this option if hash consistency is a requirement
0 commit comments