Skip to content
This repository was archived by the owner on Jul 13, 2020. It is now read-only.

Commit 7fcbaed

Browse files
committed
babel input source map support
1 parent 8443341 commit 7fcbaed

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

src/transpiler.js

+1
Original file line numberDiff line numberDiff line change
@@ -55,6 +55,7 @@ var transpile = (function() {
5555
var options = this.babelOptions || {};
5656
options.modules = 'system';
5757
options.sourceMap = 'inline';
58+
options.inputSourceMap = load.metadata.sourceMap;
5859
options.filename = load.address;
5960
options.code = true;
6061
options.ast = false;

0 commit comments

Comments
 (0)