Skip to content
This repository has been archived by the owner on May 11, 2018. It is now read-only.

Commit

Permalink
Use parsed targets for Using targets log.
Browse files Browse the repository at this point in the history
  • Loading branch information
yavorsky committed Dec 23, 2016
1 parent 1e0b3a2 commit b213fc3
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/index.js
Original file line number Diff line number Diff line change
Expand Up @@ -257,7 +257,7 @@ export default function buildPreset(context, opts = {}) {
hasBeenLogged = true;
console.log("babel-preset-env: `DEBUG` option");
console.log("\nUsing targets:");
console.log(JSON.stringify(opts.targets, null, 2));
console.log(JSON.stringify(targets, null, 2));
console.log(`\nModules transform: ${moduleType}`);
console.log("\nUsing plugins:");
transformations.forEach((transform) => {
Expand Down

0 comments on commit b213fc3

Please sign in to comment.