We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
2 parents f0f4eea + a6924dc commit bfd577cCopy full SHA for bfd577c
plugin/compile-jsx.js
@@ -7,7 +7,7 @@ var handler = function (compileStep) {
7
compileStep.addJavaScript({
8
path: outputFile,
9
sourcePath: compileStep.inputPath,
10
- data: reactTools.transform(source, {harmony: true})
+ data: reactTools.transform(source, {harmony: true, sourceMap: true})
11
});
12
};
13
0 commit comments