We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 990bd49 commit a9c48fdCopy full SHA for a9c48fd
tasks/babel.js
@@ -32,6 +32,12 @@ module.exports = function(grunt) {
32
const options = Object.assign({}, this.options());
33
delete options.filename;
34
delete options.filenameRelative;
35
+ options.caller = Object.assign(
36
+ {
37
+ name: "grunt-babel",
38
+ },
39
+ options.caller
40
+ );
41
42
// Async reduce so that the files are written and logged in order.
43
this.files
0 commit comments