cloned-react-scripts
v5.0.3
Published
Configuration and scripts for Create React App.
Downloads
4
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.
CHANGES
This package include a pending pull request https://github.com/facebook/create-react-app/pull/12091. This will allow you to have watchOptions for when React is sitting in a remote server like, (WSL, Vgarant, Virtualbox, .etc)
.env added
WDS_POLLING=true
WDS_AGGREGATE_TIMEOUT=200
WDS_POLLING_INTERVAL=1000
WDS_WATCH_IGNORE=**/node_modules
Change to package.json
"scripts": {
"start": "cloned-react-scripts start",
"build": "cloned-react-scripts build",
"test": "cloned-react-scripts test",
"eject": "cloned-react-scripts eject",
.../
}