diff --git a/packages/babel-compiler/babel-compiler.js b/packages/babel-compiler/babel-compiler.js index 41b2b2838d..2969ea8589 100644 --- a/packages/babel-compiler/babel-compiler.js +++ b/packages/babel-compiler/babel-compiler.js @@ -60,7 +60,6 @@ BCp.processFilesForTarget = function (inputFiles) { if (e.loc) { inputFile.error({ message: e.message, - sourcePath: inputFilePath, line: e.loc.line, column: e.loc.column, });