File tree Expand file tree Collapse file tree 1 file changed +1
-4
lines changed
packages/babel-preset-react-app Expand file tree Collapse file tree 1 file changed +1
-4
lines changed Original file line number Diff line number Diff line change @@ -129,10 +129,7 @@ if (env === 'test') {
129129
130130 if ( env === 'production' ) {
131131 // 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
132+ // Disabled because of issues: https://github.com/facebookincubator/create-react-app/issues/553
136133 // TODO: Enable again when these issues are resolved.
137134 // plugins.push.apply(plugins, [
138135 // require.resolve('babel-plugin-transform-react-constant-elements')
You can’t perform that action at this time.
0 commit comments