From f638cf1f4b8e19508cef4e55c931e104b5b0c815 Mon Sep 17 00:00:00 2001 From: Nathaniel Blackburn Date: Tue, 15 Oct 2019 20:10:05 +0100 Subject: [PATCH] fix: Corrected typo in babel migrator --- packages/@vue/cli-plugin-babel/migrator/index.js | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/packages/@vue/cli-plugin-babel/migrator/index.js b/packages/@vue/cli-plugin-babel/migrator/index.js index dd4012654c..379526fa1c 100644 --- a/packages/@vue/cli-plugin-babel/migrator/index.js +++ b/packages/@vue/cli-plugin-babel/migrator/index.js @@ -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`) } }