Trending repositories: bundler
2 tracked repositories tagged with bundler, ordered by stars. Use the topic filters below to narrow further.
Filter by topic
2 of 2 repositories
oven-sh/bun
Incredibly fast JavaScript runtime, bundler, test runner, and package manager – all in one
AI summary: A fast, all-in-one toolkit and JavaScript runtime designed as a drop-in replacement for Node.js.
95,313webRustOtherwebpack/webpack
A bundler for javascript and friends. Packs many modules into a few bundled assets. Code Splitting allows for loading parts of the application on demand. Through "loaders", modules can be CommonJs, AMD, ES6 modules, CSS, Images, JSON, Coffeescript, LESS, ... and your custom stuff.
AI summary: A highly configurable module bundler that transforms and packages JavaScript, CSS, and static assets for the web.
65,986developer-toolsJavaScriptMIT