-
-
Notifications
You must be signed in to change notification settings - Fork 2.9k
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
test(integrations): switch react-scripts to webpack #8329
Conversation
☁️ Nx Cloud ReportCI is running/has finished running commands for commit acc09dc. 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 2 targetsSent with 💌 from NxCloud. |
2e3a569
to
06e5eac
Compare
Codecov ReportAll modified and coverable lines are covered by tests ✅
Additional details and impacted files@@ Coverage Diff @@
## main #8329 +/- ##
=========================================
+ Coverage 0 45.95% +45.95%
=========================================
Files 0 200 +200
Lines 0 7507 +7507
Branches 0 1713 +1713
=========================================
+ Hits 0 3450 +3450
- Misses 0 3680 +3680
- Partials 0 377 +377
|
3b032ba
to
17a668b
Compare
17a668b
to
fbe55f8
Compare
CRA (more specifically react-scripts) installs hundreds of old packages which often have conflicts with newer dependencies. This leads to otherwise simple dependency updates causing major headaches. One temporary solution was #7667, however newer updates are running into infuriating babel resolution issues. This PR cuts out react-scripts and tests directly against webpack.