create-react-app
create-react-app copied to clipboard
Set up a modern web app by running one command.
I need to know why the react scripts takes too much time to build my code. Last week its working correctly but today I update some dependency to latest version...

WHY: When I define two entry points. The service will jam. I think two identical files will be produced. HOW: Make filename dynamic, it works. 
final step so people know to steer away from this
Device: samsung SM-S721U (14/34/UP1A.231005.007) android.hardware.audio.low_latency android.hardware.audio.output android.hardware.audio.pro android.hardware.biometrics.face android.hardware.bluetooth android.hardware.bluetooth_le android.hardware.camera android.hardware.camera.any android.hardware.camera.autofocus android.hardware.camera.capability.manual_post_processing android.hardware.camera.capability.manual_sensor android.hardware.camera.capability.raw android.hardware.camera.concurrent android.hardware.camera.flash android.hardware.camera.front android.hardware.camera.level.full android.hardware.faketouch android.hardware.fingerprint android.hardware.hardware_keystore android.hardware.keystore.app_attest_key android.hardware.location android.hardware.location.gps android.hardware.location.network android.hardware.microphone android.hardware.nfc android.hardware.nfc.any...
### i just get started with react and as soon as i create new react app using create-react-app tool it gives an error without any modification of the project code
``` node --version v22.13.0 ``` ``` npx --version 10.9.2 ``` ``` npx create-react-app test-use-state Creating a new React app in /root/test-use-state. Installing packages. This might take a couple of minutes....
### Describe the bug CSS imports like ```css @import '~@my-company/package1/index.css'; ``` break the build when `@my-company/package1` is a sibling monorepo package, where monorepo is controlled by [yarn workspaces](https://classic.yarnpkg.com/en/docs/workspaces/). It's a...