microbundle
Module bundler
A tool that bundles tiny JavaScript modules into optimized, multiple format bundles.
📦 Zero-configuration bundler for tiny modules.
8k stars
44 watching
362 forks
Language: JavaScript
last commit: 4 months ago
Linked from 2 awesome lists
buildbundlemicrolibmodule-bundlerrolluptiny-modulesumd
Related projects:
Repository | Description | Stars |
---|---|---|
webpack/webpack | A tool for bundling and processing JavaScript modules and other resources into optimized bundles for web applications. | 64,791 |
siddharthkp/bundlesize | Helps track and manage the size of JavaScript bundles in web applications. | 4,473 |
parcel-bundler/parcel | A build tool that automates the process of compiling and optimizing web applications without requiring any configuration. | 43,502 |
ronami/minipack | An implementation of a simplified module bundler written in JavaScript | 3,188 |
rollup/rollup | A module bundler for JavaScript that optimizes and compiles ES modules into optimized format for browsers or Node.js. | 25,379 |
standard-things/esm | An ECMAScript module loader for Node.js that provides a simple and production-ready way to support ES modules in Node 6+ | 5,274 |
webpack-contrib/webpack-bundle-analyzer | A tool that provides an interactive visualization of the contents and size of bundled modules in web applications. | 12,588 |
egoist/tsup | A tool to bundle TypeScript libraries into executable files without configuration. | 9,236 |
evanw/esbuild | A fast bundler for the web that aims to improve build tool performance. | 38,184 |
browserify/browserify-handbook | A comprehensive guide to building modular applications with browserify, covering its usage, features, and best practices. | 4,584 |
anodynos/urequire | Automates module conversion and bundling with support for multiple languages and plugins | 265 |
developit/mitt | A tiny, functional event emitter / pubsub system | 10,851 |
ruanyf/webpack-demos | A collection of simple demos showcasing the usage and configuration of Webpack for building JavaScript applications. | 9,594 |
lowdefy/lowdefy | A framework for building web applications with a config-driven approach using Next.js and Auth.js. | 2,684 |
browserify/browserify | Enables Node.js-style module loading in the browser | 14,614 |