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 7b7cabd + 1dd0cf0 commit 33cb0dbCopy full SHA for 33cb0db
packages/babel-plugin-open-source/babel.js
@@ -36,6 +36,8 @@ module.exports = declare(api => {
36
37
state.file.set('hasJSX', true);
38
39
+ if (path.container.openingElement.name.name === 'Fragment') return
40
+
41
const sourceData = JSON.stringify({
42
filename: state.filename,
43
start: location.start.line,
0 commit comments