2 dépôts
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 2 awesome GitHub repositories 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.
This is a collection of official extensions for the Rollup bundling process. These plugins serve as module transformers, resolution managers, and bundle optimizers designed to modify how JavaScript modules are processed, resolved, and optimized. The suite provides specialized capabilities for modern web transpilation, converting TypeScript, JSX, Flow, and GraphQL into compatible JavaScript. It distinguishes itself through extensive non-JavaScript asset integration, allowing the import of JSON, YAML, CSV, and image files as JavaScript modules or data URIs, and providing support for bundling We
Applies code transformations to final bundled chunks to handle auto-generated code or target compatibility levels.