# react-app-rewire-configurable

> This package makes a part of modifications to react-scripts 2.0 to build custom configure

Latest version **0.0.1** (published 2019-10-27) · MIT license · 0 weekly downloads

## Install

```sh
npm install react-app-rewire-configurable
pnpm add react-app-rewire-configurable
yarn add react-app-rewire-configurable
bun add react-app-rewire-configurable
```

## Health

**Score 15/100 (F)** — status: abandoned.

Positive: no vulnerabilities.

Warnings: low downloads; no types; no esm support; pre 1.0.

Negative: abandoned; low maintenance score.

## Facts

| | |
|---|---|
| Version | 0.0.1 |
| Published | 2019-10-27 |
| First published | 2019-10-27 |
| Weekly downloads | 0 |
| License | MIT |
| TypeScript types | none |
| Module format | CommonJS |
| Dependencies | 0 |
| Unpacked size | 3.3 KB |
| Known vulnerabilities | 0 |
| Install scripts | no |
| GitHub stars | 0 |
| Author | Nik Shevchenko |
| Maintainers | shevchenkonik |

## Links

- npm: https://www.npmjs.com/package/react-app-rewire-configurable
- Repository: https://github.com/shevchenkonik/react-app-rewire-configurable
- Homepage: https://github.com/shevchenkonik/react-app-rewire-configurable#readme
- Issues: https://github.com/shevchenkonik/react-app-rewire-configurable/issues
- npm.io page: https://npm.io/package/react-app-rewire-configurable

## Recent versions

- 0.0.1 (latest) — 2019-10-27

## README

# react-app-rewire-configurable

This package makes a part of modifications to react-scripts 2.0 to build custom configure

## Usage

**1. Install required dependencies**

```shell
npm i --save-dev react-app-rewired react-app-rewire-configurable
```

**2. Edit your `package.json` scripts to use `react-app-rewired` instead of `react-scripts`. [More information](https://github.com/timarney/react-app-rewired#3-flip-the-existing-calls-to-react-scripts-in-npm-scripts-for-start-build-and-test)**

```diff
  /* package.json */

  "scripts": {
-   "start": "react-scripts start",
+   "start": "react-app-rewired start",
-   "build": "react-scripts build",
+   "build": "react-app-rewired build",
-   "test": "react-scripts test --env=jsdom",
+   "test": "react-app-rewired test --env=jsdom",
    "eject": "react-scripts eject"
}
```

**3. You could add the following to your `package.json`**

```javascript
"config-overrides-path": "node_modules/react-app-rewire-micro-frontends",
```

---
_Source: https://npm.io/package/react-app-rewire-configurable · Machine-readable twin of the npm.io package page. Health data is recomputed on every publish._
