# harrysolovay/rescripts

💥 Use the latest react-scripts with custom configurations for Babel, ESLint, TSLint, Webpack,... ∞

Repository: https://github.com/harrysolovay/rescripts
Canonical: https://ross.abutalabs.com/products/rescripts
Language: JavaScript
License: MIT
License Family: permissive
Topics: cra, react, react-scripts, configuration, customization
Archived: true
Last push: 2021-03-12T22:08:46+00:00

## Health v2 (maintenance only)
Score: 10/100 (v2, computed 2026-09-03T02:20:16.233290+00:00)
- activity 0, release rhythm 35, longevity 100
- inputs: {"age_days": 2851, "days_push": 2000, "days_rel": null, "gap_med": null, "n_releases_24m": 0}
- flags: no_releases, archived
- formula: round(0.45*activity + 0.35*rhythm + 0.20*longevity); archived -> min(score, 10)

## Adoption (not part of the score)
Stars 1057, forks 54 (observed 2026-08-28T04:03:24.940323+00:00)

## What it is
Rescripts lets developers customize Create React App's internal configurations (Babel, ESLint, Webpack, etc.) without ejecting or forking react-scripts. It provides a CLI and a plugin ecosystem of 'rescripts' that patch CRA's configuration at runtime.

## Use cases
- customize webpack config in create-react-app without ejecting
- add experimental babel plugins to a CRA project
- extend eslint configuration in react-scripts
- avoid maintaining a custom react-scripts fork
- reuse react-app-rewired rewires in a CRA project
- upgrade react-scripts while keeping custom config

## When to choose
- you use Create React App and need config changes but don't want to eject
- you want access to newer Babel/webpack features not yet in react-scripts
- you want a plugin-based alternative to react-app-rewired

## When to avoid
- you're starting a new project - modern tooling like Vite or Next.js is better supported
- you need actively maintained tooling - the project hasn't released since 2021
- you're not using Create React App

## Facets
- artifact type: library
- maturity: maintenance
- function: build-tool, configuration-management, developer-tools
- domain: web-development, frontend, developer-tools
- platform: cli
- tags: create-react-app, react-scripts, webpack-config, babel-config, no-eject, react-app-rewired-alternative, nodejs, web-server

## Member repositories
- harrysolovay/rescripts (main) score 10

## Provenance
- Observed fields: from GitHub, fetched 2026-08-28T04:03:24.940323+00:00.
- Health v2: computed from the inputs above; adoption is never an input.
- Inferred fields (summary, facets, guidance): AI-extracted, prompt v1, taxonomy v1, on 2026-08-30T06:57:58.127391+00:00, confidence not recorded.
  - readme: https://github.com/harrysolovay/rescripts (fetched 2026-08-28T04:03:24.940323+00:00, sha d4c78909e290)
- Data as of 2026-08-30T08:39:29.467469+00:00.
