Enhance the babel preset for a better developer expirience #1247
Labels
Reminder
Task Stale
Something that would be cool to clean up but is not beeing done
Tooling / Testing
Just as the
create-react-app
babel preset does, we could enhance the developer experience by adding theplugin-transform-react-jsx-source
andplugin-transform-react-jsx-self
babel plugins, both add more valuable debug information to Reacts internal errors and should only be enabled in development environments.Reference:
https://github.com/facebookincubator/create-react-app/blob/master/packages/babel-preset-react-app/index.js#L56
The text was updated successfully, but these errors were encountered: