This project is a configuration utility and JavaScript bundler manager designed to extend build scripts and override settings for Create React App applications. It functions as a tool for modifying Webpack configurations without requiring a permanent ejection from the managed build system.
timarney/react-app-rewired की मुख्य विशेषताएं हैं: Build Configurations, Build Process Hooks, Configuration Wrappers, Build Process Extensions, Build Script Overrides, Build Tool Configurations, Bundler Configuration Management, Bundler Configurations।
timarney/react-app-rewired के ओपन-सोर्स विकल्पों में शामिल हैं: dilanx/craco — Craco is a configuration layer for Create React App that modifies Webpack and Jest settings without requiring the… preactjs/preact-cli — preact-cli is a command line tool for scaffolding, developing, and building applications using the Preact library. It… callstack/haul — Haul is a mobile application development tool that functions as a JavaScript module bundler, TypeScript transpiler,… brentvollebregt/auto-py-to-exe — auto-py-to-exe is a Python to EXE converter and standalone executable packager that provides a web-based graphical… rust-lang/cargo — Cargo is the official build system and package manager for the Rust programming language. It provides a unified… insin/nwb — nwb is a zero-configuration build toolchain, module bundler, and development server for JavaScript and JSX…
Craco is a configuration layer for Create React App that modifies Webpack and Jest settings without requiring the project to eject. It functions as a build tool plugin system and configuration manager, allowing for the injection of custom settings and third-party logic into the frontend build pipeline. The project utilizes a hook-based architecture and non-destructive configuration merging to override default settings. This allows for Webpack configuration overrides and Jest configuration tuning while maintaining the original source files. The system covers a broad range of build pipeline ex
preact-cli is a command line tool for scaffolding, developing, and building applications using the Preact library. It provides a Webpack-based build pipeline to coordinate code transformation, asset optimization, and production compilation. The toolkit includes a static site prerenderer to convert application routes into static HTML files and a PWA development toolkit for generating service workers and offline asset caching. It also functions as a frontend development server featuring hot module replacement and a proxy for real-time application iteration. The project covers a broad range of
Haul is a mobile application development tool that functions as a JavaScript module bundler, TypeScript transpiler, and development server for mobile environments. It provides a command line interface to manage the build pipeline and serve application bundles to connected devices. The tool utilizes Webpack to compile and package JavaScript and TypeScript code specifically for React Native development. It distinguishes itself through a specialized build pipeline that transforms type-safe code into compatible JavaScript for mobile runtimes. The platform covers comprehensive build and tooling c
auto-py-to-exe is a Python to EXE converter and standalone executable packager that provides a web-based graphical interface for PyInstaller. It transforms Python scripts into single binary files that run without requiring a local Python installation or external dependencies. The project functions as a JSON-based build automator, allowing users to save, load, and export complex packaging configurations via JSON files to ensure consistent and reproducible builds across different projects. The tool covers script-to-executable conversion, including the ability to bundle static assets and icons