Skip to content

Commit c39bdb1

Browse files
committed
Removed dangling comma
1 parent c7c3df4 commit c39bdb1

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

babel.config.js

+1-1
Original file line numberDiff line numberDiff line change
@@ -8,7 +8,7 @@ module.exports = {
88
targets: {
99
esmodules: true,
1010
},
11-
},],
11+
}],
1212
'@babel/react',
1313
],
1414
};

0 commit comments

Comments
 (0)