Skip to main content
Filter by
Sorted by
Tagged with
0 votes
0 answers
28 views

It seems after build my react app works well in chrome 38 version. But, after moving to mono repo structure, same code not working in chrome 38 after build and looks like some part for code I see not ...
Radhakrishnan Y's user avatar
1 vote
0 answers
235 views

I am using CRA and when upgrading react-scripts from v4.0.3 to v5.0.1 I get this strange error Module build failed (from ../node_modules/babel-loader/lib/index.js): TypeError: SOME_FILE_IN_THE_PROJECT....
ka222jm's user avatar
  • 71
2 votes
1 answer
552 views

I have a project created from create-react-app and is in typescript, I want to add suport for custom react-scripts without eject so what would be the best way to do it.
Khizar Ali's user avatar
3 votes
2 answers
998 views

I would like to fork Facebook's Create React Repo and use it as a dependency instead of their own react-scripts. All tutorials on the subject publish the forked repo to NPM to install via the normal ...
sidonaldson's user avatar
  • 25.4k
0 votes
1 answer
532 views

I would like to install css modules into create-react-app and I came across this https://github.com/kitze/custom-react-scripts. After setting things up, I created a test style.module.css file in my ...
claireckc's user avatar
  • 455