Update url in buildUnknownError tips (#8544)

This commit is contained in:
tsangint 2018-08-26 21:00:32 +08:00 committed by Nicolò Ribaudo
parent 524d847763
commit e875fc7bc1

View File

@ -365,7 +365,7 @@ function throwUnknownError(loc: OptionPath) {
// eslint-disable-next-line max-len
const unknownOptErr = `Unknown option: ${msg(
loc,
)}. Check out http://babeljs.io/docs/usage/options/ for more information about options.`;
)}. Check out https://babeljs.io/docs/en/babel-core/#options for more information about options.`;
throw new ReferenceError(unknownOptErr);
}