add BABEL mention to deprecation message
This commit is contained in:
parent
f1bfbe44e2
commit
a2b912bc77
@ -81,7 +81,7 @@ export default class TransformerPipeline {
|
||||
keys.push(aliasKey);
|
||||
} else if (deprecatedKey) {
|
||||
// deprecated key, remap it to the new one
|
||||
console.error(`The transformer ${key} has been renamed to ${deprecatedKey}`);
|
||||
console.error(`[BABEL] The transformer ${key} has been renamed to ${deprecatedKey}`);
|
||||
rawKeys.push(deprecatedKey);
|
||||
} else if (this.transformers[key]) {
|
||||
// valid key
|
||||
|
||||
Loading…
x
Reference in New Issue
Block a user