1 مستودع
Treating HTML, JS/TS, CSS, and images as native modules without requiring transformation to JavaScript.
Distinguishing note: No candidate covers treating web assets as first-class modules without JS transformation; closest candidates focus on extraction or compilation.
Explore 1 awesome GitHub repository matching web development · First-Class Web Asset Modules. 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
Treats HTML, JS/TS, CSS, and images as first-class modules without requiring transformation to JavaScript.