5.0.3 • Published 1 year ago

cloned-react-scripts v5.0.3

Weekly downloads
-
License
MIT
Repository
github
Last release
1 year ago

react-scripts

This package includes scripts and configuration used by Create React App. Please refer to its documentation:

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",
    .../
  }