You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
{{ message }}
This repository was archived by the owner on Jan 26, 2019. It is now read-only.
I'm trying to get the Babel plugin for Emotion, babel-plugin-emotion, working with this TypeScript version of create-react-app. I'm thinking that the plugin doesn't run at all because Babel is configured differently here compared to the regular version of create-react-app. I've tried using react-app-rewired like I usually do and I've also tried adding the configuration for the plugin manually after ejecting too and it doesn't seem to run. I've tried the same steps but with the regular version of create-react-app and it all works fine.
Am I correct and it should be expected that Babel plugins don't get used in the latest version of the TypeScript version of create-react-app? If so, is there a way to enable that feature of Babel?