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

Commit

Permalink
correct 6to5 source maps
Browse files Browse the repository at this point in the history
  • Loading branch information
guybedford committed Feb 14, 2015
1 parent 2064cee commit 2e49aed
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions compilers/es6.js
Original file line number Diff line number Diff line change
Expand Up @@ -41,6 +41,7 @@ exports.compile = function(load, opts, loader) {
options.sourceMap = true;
options.filename = load.address;
options.filenameRelative = load.name;
options.sourceFileName = load.address;
options.code = true;
options.ast = false;
options.moduleIds = true;
Expand Down

0 comments on commit 2e49aed

Please sign in to comment.