Skip to content

Commit

Permalink
fix: correct typo in babel migrator (#4683)
Browse files Browse the repository at this point in the history
  • Loading branch information
nblackburn authored and sodatea committed Oct 16, 2019
1 parent 3677493 commit b65b24e
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion packages/@vue/cli-plugin-babel/migrator/index.js
Expand Up @@ -12,7 +12,7 @@ module.exports = (api) => {

// TODO: implement a codemod to migrate polyfills
api.exitLog(`core-js has been upgraded from v2 to v3.
If you have any custom polyfills defined in ${chalk.yellow('babael.config.js')}, please be aware their names may have been changed.
If you have any custom polyfills defined in ${chalk.yellow('babel.config.js')}, please be aware their names may have been changed.
For more complete changelog, see https://github.com/zloirock/core-js/blob/master/CHANGELOG.md#300---20190319`)
}
}

0 comments on commit b65b24e

Please sign in to comment.