captor-react-scripts
v3.0.1-a
Published
Configuration and scripts for Create React App. Fork from facebook/[email protected]. MDX-loader added to web.config.
Downloads
5
Readme
react-scripts
This package includes scripts and configuration used by Create React App. Please refer to its documentation:
- Getting Started – How to create a new app.
- User Guide – How to develop apps bootstrapped with Create React App.
How to use the captor-react-scripts
To create a new app run:
npx create-react-app <app-name> --scripts-version captor-react-scripts
Or change to captor-react-scripts
in an existing app. Change in package.json
"dependencies": {
"react-scripts": "x.x.x",
"react": "^x.x.x",
"react-dom": "^x.x.x"
},
to
"dependencies": {
"captor-react-scripts": "x.x.x",
"react": "^x.x.x",
"react-dom": "^x.x.x"
},