5.0.0 • Published 2 years ago

@captor/react-scripts v5.0.0

Weekly downloads
158
License
MIT
Repository
github
Last release
2 years ago

npm version install size

react-scripts

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

@captor/react-scripts

@captor/react-scripts is identical to facebook react-scripts but it adds loaders for wasm.

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

Fork instructions

Follow this guide