Questions tagged [custom-react-scripts]

7 questions
3
votes
2 answers

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 way. However, my client would prefer to not do…
sidonaldson
  • 20,187
  • 10
  • 47
  • 54
1
vote
1 answer

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.
0
votes
0 answers

How does one pipe stdout to a parent process' stdout?

I'm not sure if this is specific to npm scripts, or to visual studio code, or to shell scripting in general so please bear with me. The setup is like this. I have a react project running through Visual Studio Code on a windows environment and in the…
0
votes
1 answer

Build with custom-react-scripts library causes memory leaks

I have a project which works with custom-react-scripts and I faced with memory leaks during development. The application is developed using React, Mobx, Mobx-State-Tree and uses decorators with babel. When i start development server with command…
0
votes
1 answer

CSS Modules don't return class

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 folder and import it with import styles from…
claireckc
  • 155
  • 7
0
votes
2 answers

Decorators don't work with custom-react-scripts

I read this article: https://medium.com/@kitze/configure-create-react-app-without-ejecting-d8450e96196a I followed its instruction and here is my code: https://github.com/franva/custom-react-scripts I want to use decorators feature for mobx…
Franva
  • 5,410
  • 16
  • 62
  • 122
-1
votes
1 answer

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 tried many npm and mentioned processes in…