Closed
Description
Steps to reproduce
Steps:
- Create a react app using vite (since create-react-app has been deprecated)
- Copy the any template from templates directory to your project
Current behavior
We get errors importing the js files as vite does not parse js files as jsx, it is not able to differentiate between them.
Expected behavior
It should import the files properly
Context
No response
Your environment
No response
Search keywords: vite, create-react-app, import jsx