How can I get this working for react-app with typescript? #119
Unanswered
sankarkumar23
asked this question in
Q&A
Replies: 1 comment 2 replies
-
We use typescript + React internally and it works well. The code is only injected at the build step after webpack has already bundled the code into a |
Beta Was this translation helpful? Give feedback.
2 replies
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
-
Its not working for react-app with typescript
ERROR in Entry module not found: Error: Can't resolve './src' in ...
It is expecting index.js in src folder but I have index.tsx
Beta Was this translation helpful? Give feedback.
All reactions