Closed davidbjourno closed 3 months ago
Isn't this just minification? If you set the .displayName
property of a component it'll show up in dev tools as that in prod instead of the minified version.
If I'm wrong about this lmk and I'll reopen.
As discussed, @aendrew to research use of babel-plugin-add-react-displayname to bring Starter Kit more into alignment with g-components.
Closing as woefully outdated
E.g.
<App />
becomes<h />
.