{"library":"react-app-rewired-esbuild","title":"react-app-rewired-esbuild","description":"A plugin for react-app-rewired that replaces Babel and Terser with esbuild for faster builds in Create React App projects. Current version 0.0.11 is stable but young, with low community adoption. Key differentiator: minimal config integration into existing react-app-rewired setups. Compared to alternatives like CRACO or custom Webpack config, it offers an easy drop-in replacement. Release cadence is low; latest version unchanged since 2021. Not recommended for production due to missing React JSX transform auto-injection.","language":"javascript","status":"active","last_verified":"Fri May 01","install":{"commands":["npm install react-app-rewired-esbuild"],"cli":null},"imports":["const rewiredEsbuild = require('react-app-rewired-esbuild');","module.exports = override(rewiredEsbuild());","rewiredEsbuild({ loader: 'tsx', target: 'es2020' })"],"auth":{"required":false,"env_vars":[]},"quickstart":{"code":"// config-overrides.js\nconst rewiredEsbuild = require('react-app-rewired-esbuild');\n\nmodule.exports = function override(config, env) {\n  // add your other config overrides here\n  return rewiredEsbuild()(config, env);\n};","lang":"javascript","description":"Overriding CRA config with react-app-rewired to use esbuild for faster development builds.","tag":null,"tag_description":null,"last_tested":null,"results":[]},"compatibility":null}