All Questions
Tagged with custom-react-scripts react-scripts
5 questions
0
votes
0
answers
298
views
Use office-addin-dev-certs with react-scripts
We have been developing an office add-in with ReactJS. I have always been using sudo PORT=8000 HTTPS=true SSL_CRT_FILE=localhost.crt SSL_KEY_FILE=localhost.key ./node_modules/.bin/react-scripts start (...
1
vote
0
answers
232
views
Upgarding react-scripts from v4 to v5 gives strange error Module build failed (from ../node_modules/babel-loader/lib/index.js)
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....
-2
votes
1
answer
1k
views
How To use External JS/Jquery in React Jsx component's
Hope You are doing great and in good health.
I'm a beginner in React.js and doing my FYP project, I come to a problem where I'm not able to insert external JS or Jquery code inside the react,
I have ...
2
votes
1
answer
546
views
Standard way to add custom react-scripts in create-react-app
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.
3
votes
2
answers
988
views
Fork and install Create React App without publishing on NPM
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 ...