Skip to content

Commit

Permalink
Expose information about Meteor target architecture to Babel plugins (#…
Browse files Browse the repository at this point in the history
  • Loading branch information
mariusrak authored and benjamn committed Sep 12, 2018
1 parent b5208c7 commit c8ff49a
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions packages/babel-compiler/babel-compiler.js
Expand Up @@ -105,6 +105,7 @@ BCp.processOneFileForTarget = function (inputFile, source) {
}

var babelOptions = Babel.getDefaultOptions(extraFeatures);
babelOptions.caller = { name: "meteor", arch };

this.inferExtraBabelOptions(
inputFile,
Expand Down

0 comments on commit c8ff49a

Please sign in to comment.