1 Repo
Modifications applied to the final bundled output of a resource pot, such as placeholder replacement or string substitution.
Distinct from Code Transformers: Distinct from Code Transformers: operates on the already-bundled output rather than individual source files.
Explore 1 awesome GitHub repository matching part of an awesome list · Bundled Code Transformations. Refine with filters or upvote what's useful.
Farm is a Rust-based web build tool and development server that compiles JavaScript, TypeScript, CSS, HTML, and static assets into optimized bundles. It uses a module-graph-based bundling approach with persistent module-level caching, enabling near-instant builds and sub-20ms hot module replacement during development. The tool processes assets based on file extensions, handling CSS, Sass, Less, PostCSS, HTML, and images as first-class modules without requiring JavaScript transformation. Farm distinguishes itself through its Vite-compatible plugin system, accepting Vite, Rollup, and Unplugin p
Modifies final bundled code of a resource pot, such as replacing placeholder strings before output.