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
363 forks
Language: JavaScript
last commit: 6 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,893 |
siddharthkp/bundlesize | Helps track and manage the size of JavaScript bundles in web applications. | 4,475 |
parcel-bundler/parcel | A build tool that automates the process of compiling and optimizing web applications without requiring any configuration. | 43,546 |
ronami/minipack | An implementation of a simplified module bundler written in JavaScript | 3,202 |
rollup/rollup | A module bundler for JavaScript that optimizes and compiles ES modules into optimized format for browsers or Node.js. | 25,457 |
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,602 |
egoist/tsup | A tool to bundle TypeScript libraries into executable files without configuration. | 9,383 |
evanw/esbuild | A fast bundler for the web that aims to improve build tool performance. | 38,321 |
browserify/browserify-handbook | A comprehensive guide to building modular applications with browserify, covering its usage, features, and best practices. | 4,587 |
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,947 |
ruanyf/webpack-demos | A collection of simple demos showcasing the usage and configuration of Webpack for building JavaScript applications. | 9,598 |
lowdefy/lowdefy | A framework for building web applications with a config-driven approach using Next.js and Auth.js. | 2,703 |
browserify/browserify | Enables Node.js-style module loading in the browser | 14,621 |