@captor/react-scripts
TypeScript icon, indicating that this package has built-in type declarations

5.0.0 • Public • Published

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

Readme

Keywords

none

Package Sidebar

Install

npm i @captor/react-scripts

Weekly Downloads

4

Version

5.0.0

License

MIT

Unpacked Size

117 kB

Total Files

24

Last publish

Collaborators

  • captor