We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 3677493 commit b65b24eCopy full SHA for b65b24e
packages/@vue/cli-plugin-babel/migrator/index.js
@@ -12,7 +12,7 @@ module.exports = (api) => {
12
13
// TODO: implement a codemod to migrate polyfills
14
api.exitLog(`core-js has been upgraded from v2 to v3.
15
-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.
16
For more complete changelog, see https://github.com/zloirock/core-js/blob/master/CHANGELOG.md#300---20190319`)
17
}
18
0 commit comments