#6398 added babel-preset-react/node_modules/babel-plugin-transform-react-jsx-source to .babelrc, but babel-preset-react doesn't export this module. npm run build and npm test fail because of that.
I removed this line from .babelrc and #6398's tests still pass. Should I remove it or change it to just babel-plugin-transform-react-jsx-source? @troydemonbreun @jimfb
Also cc @spicyj since you might know this issue.