### Is this a bug report? No ### My question There are 3 dependencies in the [`package.json`](https://github.com/facebook/create-react-app/blob/master/packages/babel-preset-react-app/package.json) of babel-preset-react-app which, if they're in use, it's not clear to me how they come into play: [@babel/plugin-transform-classes](https://github.com/facebook/create-react-app/blob/master/packages/babel-preset-react-app/package.json#L24) [@babel/plugin-transform-react-constant-elements](https://github.com/facebook/create-react-app/blob/master/packages/babel-preset-react-app/package.json#L26) [@babel/plugin-transform-react-display-name](https://github.com/facebook/create-react-app/blob/master/packages/babel-preset-react-app/package.json#L27) Can you clarify whether they are unused (perhaps they should be removed?) or how they are used?