1 repositorio
Interfaces that allow plugins from one build system to operate within another without modification.
Distinct from Plugin Compatibility Layers: Specifically targets cross-bundler plugin compatibility rather than version-based compatibility for a single host
Explore 1 awesome GitHub repository matching software engineering & architecture · Bundler. Refine with filters or upvote what's useful.
Rspack is a high-performance web bundler written in Rust that packages JavaScript and TypeScript for web applications. It functions as an incremental build engine and a tree-shaking asset optimizer designed to reduce build times and minimize final bundle sizes for web delivery. The project is built for compatibility with the webpack ecosystem, implementing a compatible API that allows existing plugins and configurations to work without modification. This enables the integration of community loaders and plugins while leveraging a Rust-based compilation engine. The tool covers a broad range of
Implements a compatible API that allows existing webpack loaders and plugins to work without configuration rewrites.