Skip to content

Commit bfd577c

Browse files
committed
Merge branch 'zol-patch-1' added inline source maps
2 parents f0f4eea + a6924dc commit bfd577c

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

plugin/compile-jsx.js

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -7,7 +7,7 @@ var handler = function (compileStep) {
77
compileStep.addJavaScript({
88
path: outputFile,
99
sourcePath: compileStep.inputPath,
10-
data: reactTools.transform(source, {harmony: true})
10+
data: reactTools.transform(source, {harmony: true, sourceMap: true})
1111
});
1212
};
1313

0 commit comments

Comments
 (0)