Update url in buildUnknownError tips (#8544)
This commit is contained in:
parent
524d847763
commit
e875fc7bc1
@ -365,7 +365,7 @@ function throwUnknownError(loc: OptionPath) {
|
|||||||
// eslint-disable-next-line max-len
|
// eslint-disable-next-line max-len
|
||||||
const unknownOptErr = `Unknown option: ${msg(
|
const unknownOptErr = `Unknown option: ${msg(
|
||||||
loc,
|
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);
|
throw new ReferenceError(unknownOptErr);
|
||||||
}
|
}
|
||||||
|
|||||||
Loading…
x
Reference in New Issue
Block a user