-
I think that we can't escape a fact that CRA might be widely used in the development of React apps (#152, #166, #87). It provides worry-less project configuration and development setup for many flavor…
-
These are the READMEs we currently generate
- For a new project: https://github.com/jpmorganchase/modular/blob/master/packages/create-modular-react-app/template/README.md
- In a new app: https://g…
-
Hi,
I am trying to debug my cra-application (typescript) with chrome dev tools.
The normal behavior was to hover over a variable to see it's value(s) inside the sources tab.
That seems to be no…
-
With [Internet Explorer 11 support ended](https://docs.microsoft.com/en-us/lifecycle/announcements/internet-explorer-11-end-of-support?rtc=1) what does this mean for what version of ES we can target f…
-
### Describe the bug
If a file using uniquely TypeScript syntax (ex: `type bar = null;`) is named with a `.js` extension and then imported into your project you will no longer receive any TypeScrip…
-
Hi @kristerkari,
Thank you for your plugin it is working great for React native projects,
We are trying to share our codebase across react-native and web(using react-native-web), our codebase is…
-
### Is your proposal related to a problem?
Yes.
When I forked this repo and re-published version 3.3.0 of react-scripts (WITHOUT ANY CHANGES!) under my own organization on npmjs, I was unable to…
-
I've run the `npx create-react-app` command twice and both times the serviceWorker.js file is missing under the /src directory. So when I try to import * as serviceWorker from './serviceWorker' I get …
-
### Describe the bug
Certain TypeScript definitions are just not recognised in processes spawned by `react-scripts`, while the rest work fine. VSCode thinks the definitions are present (and I c…
-
### Describe the bug
**`yarn install` fails when trying to migrate a clean just-created CRA app to the version 2 (Berry)**
### Which terms did you search for in User Guide?
These are marked a…