-
Notifications
You must be signed in to change notification settings - Fork 33
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
CRA example #38
Comments
Thank you for filing a request. CRA2 uses Babel to transpile code and does not use any webpack typescript loaders. I'll appreciate any information or examples from people who used this plugin with babel/CRA. |
FYI: CRA allows to start project with typescript support, so this plugin looks very interesting. Unfortunately, I have no idea how to make it works :( |
Are you saying that your the babel plugin will work for CRA with TS, and that your plugin is only necessary for custom TS installations? |
That's right, this plug-in is not for Babel. It is for such setups where the TypeScript compiler is used. |
@atatakobry @phmatray I've just succeeded in getting the "original" babel plugin to work in my CRA typescript app by following the instructions here. |
Would it be possible to add an example to the README showing how to configure typescript-plugin-styled-components with CRA2 --typescript?
The text was updated successfully, but these errors were encountered: