-
-
Notifications
You must be signed in to change notification settings - Fork 9.4k
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
Also resolve JSX files #60
Conversation
I don't think this should be default. We will soon allow much better configurations with custom webpack config file. With that, I think this is pretty straight-forward. |
We just accept #64 and now you can add your own resolve config to the webpack config file at |
👏 |
Support older react-native versions
☁️ Nx Cloud ReportCI is running/has finished running commands for commit e11cac3. As they complete they will appear below. Click to see the status, the terminal output, and the build insights. 📂 See all runs for this CI Pipeline Execution ✅ Successfully ran 1 targetSent with 💌 from NxCloud. |
Allow to import react components from files with
.jsx
extensions. For instance, import components defined inindex.jsx
.Also, it's useful for transitive dependency: