add BABEL mention to deprecation message

This commit is contained in:
Sebastian McKenzie 2015-05-01 13:07:31 +01:00
parent f1bfbe44e2
commit a2b912bc77

View File

@ -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