diff --git a/packages/@vue/babel-preset-app/index.js b/packages/@vue/babel-preset-app/index.js index 26e1c09e21..3dba7f9ea4 100644 --- a/packages/@vue/babel-preset-app/index.js +++ b/packages/@vue/babel-preset-app/index.js @@ -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 atfer tranforming. + // When enabled, an absolute path is used when importing a runtime helper after tranforming. // 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