create-react-app
create-react-app copied to clipboard
Set up a modern web app by running one command.
Basic React App doesn't work because the websocket connection appears to be hardcoded to port 3000. Part of this appears to be related to running in a container, but I've...
Add a environment variable, `DROP_CONSOLE`, to specify if console function calls should be dropped in the production build. Supersedes https://github.com/facebook/create-react-app/pull/9221/
in `/packages/react-scripts/scripts/build.js` and `/packages/react-scripts/config/webpack.config.js` file. When process.env.TSC_COMPILE_ON_ERROR === true, we should report errors instead of warnings
Hello, I'm running a create-react-app in production, but running 'yarn build' and in production I'm seeing the following request being made over and over (10 times then stops): http://localhost:3000/sockjs-node/info?. I'm...
Recently I migrated mine react project to typescript with CRA. After a while, builds became slower. (around 300s for the build) Lastly when I converted the following file from .js...
(react-scripts 2.0.4) Same as in [this issue](https://github.com/webpack-contrib/mini-css-extract-plugin/issues/250) I am getting a lot of errors from the mini-css-extract-plugin when doing a CI build - which fails since no warnings are allowed....
#### package.json ```json "scripts": { "start": "BROWSER=chrome react-scripts start" } ``` It works in CRA v4.x. But it doesn't work in CRA v5.0.0 It opens with the default browser (Firefox)....
### Describe the bug I'm not comfortable with all of the critical bugs in the recently released CRA 5.0.0, so want to use the most recent reliable v4 instead, 4.0.3....
### Describe the bug ``` Found: react@undefined node_modules/react react@"*" from the root project Could not resolve dependency: peer react@"17.0.2" from [email protected] node_modules/react-dom react-dom@"*" from the root project Fix the upstream...
>npx create-react-app --help npm WARN config global `--global`, `--local` are deprecated. Use `--location=global` instead. when creating new app giving warning