We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent f495c15 commit 8442cf3Copy full SHA for 8442cf3
packages/babel-preset-react-app/index.js
@@ -129,10 +129,7 @@ if (env === 'test') {
129
130
if (env === 'production') {
131
// Optimization: hoist JSX that never changes out of render()
132
- // Disabled because of issues:
133
- // * https://github.com/facebookincubator/create-react-app/issues/525
134
- // * https://phabricator.babeljs.io/search/query/pCNlnC2xzwzx/
135
- // * https://github.com/babel/babel/issues/4516
+ // Disabled because of issues: https://github.com/facebookincubator/create-react-app/issues/553
136
// TODO: Enable again when these issues are resolved.
137
// plugins.push.apply(plugins, [
138
// require.resolve('babel-plugin-transform-react-constant-elements')
0 commit comments