[DEPRECATED, use customize-cra] Allow custom config for create-react-app without ejecting
Made by Kitze
kitze.io · X · YouTube
![]() Zero To Shipped A full-stack starter kit for web and mobile apps. |
Sotto Voice-to-text for macOS. Local AI, one-time purchase. |
Tinkerer Club A private community for builders, self-hosters, and AI tinkerers. |
|
Sizzy The browser for web developers. |
Supermac A macOS command center for everyday workflows. |
DMX A focused desktop client for X. |
|
Postiz Schedule social posts with AI agents. |
FounderStack A SaaS stack for your business, without subscriptions. |
Matte 3D mockups, screen recordings, and video editing. |
|
HTML/CSS to Image Turn HTML/CSS into images, PDFs, and screenshots. |
NameMyVenti Get your brand shouted out at Starbucks. |
|
🙋♂️ Made by @thekitze
- 💻 Sizzy - A browser for designers and developers, focused on responsive design
- 🏫 React Academy - Interactive React and GraphQL workshops
- 🔮 Glink - Changelogs, Roadmap, User Requests
- 🐶 Benji - Ultimate wellness and productivity platform
- 🤖 JSUI - A powerful UI toolkit for managing JavaScript apps
- 📹 YouTube Vlog - Follow my journey
Please use react-app-rewired if you want to customize CRA 1.
Please use customize-cra if you want to customize CRA 2.
Latest version of original react-scripts: 1.1.14
This is not a fork of
create-react-app. It's just a fork ofreact-scriptswith simple babel/webpack modifications that can toggle extra features.
The reason for this fork's existence is explained better in this Medium article.
- Decorators
- babel-preset-stage-0
- Less
- Sass
- CSS modules
- Sass modules
- Less modules
- Stylus modules
*the features are optional and can be turned on/off individually
create-react-app my-app --scripts-version custom-react-scripts
Modify the .env file in the root of the generated project, and add any of the configuration options below 👇 to enable that feature.
The generated project comes with every option turned on by default, but you can remove them at any time by removing the options from the .env file.
npm uninstall --save react-scripts;
npm install --save custom-react-scripts;
Add a .env. file with the desired features.
REACT_APP_SASS=true- enable SASS supportREACT_APP_LESS=true- enable LESS supportREACT_APP_STYLUS=true- enable Stylus supportREACT_APP_CSS_MODULES=true- enable CSS modulesREACT_APP_SASS_MODULES=true- enable Sass modulesREACT_APP_LESS_MODULES=true- enable Less modulesREACT_APP_STYLUS_MODULES=true- enable Stylus modulesREACT_APP_CSS_MODULE_CLASSNAME_TEMPLATE='module-[sha512:hash:base32]-[name]-[local]'- add custom CSS Module hash ident name
Note: to use modules the file must be named in the following format: $name.module.$preprocessorName.
For example styles.module.css or header.module.sass or footer.module.less, etc. Files that are not prefixed with module will be parsed normally.
REACT_APP_BABEL_STAGE_0=true- enable stage-0 Babel presetREACT_APP_DECORATORS=true- enable decorators support
REACT_APP_WEBPACK_DASHBOARD=true- Enables connection to the webpack-dashboard Electron app (the app must be installed on local machine)
The create-react-app app doesn't allow user configuration and modifications for few reasons:
- Some of the babel presets and plugins that people might use are experimental. If they're used in a project and then they don't make it in the ES spec, they will break backwards compatibility.
- It's hard to maintain code for all of these custom configurations that people want to use.
But people still want to use some of these features, and they're either ejecting their CRA app, or just don't use create-react-app because they're just missing X feature.
So instead of searching npm for a react-scripts fork with the X feature you need, this fork provides support for all of these extra features with simply adding a line in the .env config.
The CRA team recently added support for an .env file in the root of the generated CRA project.
From the original readme:
To define permanent environment vairables, create a file called .env in the root of your project:
REACT_APP_SECRET_CODE=abcdef
I just added support for extra environment variables that actually turn on certain plugins, babel plugins, presets, and loaders in the webpack and babel configs of react-scripts.
I will put all of my efforts into supporting this fork to be always on par with features with the newest create-react-app and react-scripts versions.
|
gifs.so Search, copy, and download reaction GIFs. |
Glink Feedback, roadmaps, changelogs, and discussions. |
Benji Tasks, habits, calendar, health, and routines in one place. |
|
Perkz Sell and manage access to private GitHub repositories. |
JustWrite Distraction-free writing sprints for macOS, with time or word-count goals. |
Releaseflow App updates and downloads. |
|
Passlock A macOS password manager with time locks and unlock challenges. |
||
|
Skillbox A self-hosted, versioned skills library for AI agents. |
Unclutter Remove page clutter with AI-powered, reusable browser rules. |
PageGrade Grade page clarity, writing, and on-page SEO. |
|
Council Let your coding agents deliberate together before making a plan. |
CodexMaxx Manage Codex accounts, usage, and active sessions on macOS. |
React Hanger A collection of useful React hooks. |
|
React Genie Animate React elements as they enter the viewport. |
MobX Router A simple router for MobX and React apps. |
|
All projects · GitHub · Follow on X · YouTube

