Skip to content
This repository has been archived by the owner on Oct 2, 2021. It is now read-only.

Commit

Permalink
Remove deprecated babelOptions.sourceMapTarget.
Browse files Browse the repository at this point in the history
  • Loading branch information
benjamn committed Mar 17, 2018
1 parent f058b31 commit 995f275
Showing 1 changed file with 0 additions and 1 deletion.
1 change: 0 additions & 1 deletion register.js
Original file line number Diff line number Diff line change
Expand Up @@ -142,7 +142,6 @@ function getBabelResult(filename) {
}

babelOptions.sourceFileName = filename;
babelOptions.sourceMapTarget = filename + ".map";
}

babelOptions.filename = filename;
Expand Down

0 comments on commit 995f275

Please sign in to comment.