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.
1 parent f0f4eea commit a6924dcCopy full SHA for a6924dc
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