1 repositorio
Logic to determine which dependencies are bundled into the final output and which remain external.
Distinct from Package and Dependency Management: Focuses on the decision logic of inlining vs externalizing, not just managing the package manifest.
Explore 1 awesome GitHub repository matching part of an awesome list · Dependency Inlining Controls. Refine with filters or upvote what's useful.
Microbundle is a zero-configuration JavaScript module bundler designed to package small libraries and modules into optimized distribution files. It serves as a JavaScript library packager and TypeScript compiler, converting source code into compatible module formats for both browser and server-side runtimes. The tool functions as a bundle size optimizer by mangling object properties and analyzing bundle composition to reduce final file sizes. It also acts as a CSS module processor, converting style imports into external stylesheets or scoped modules to prevent global namespace collisions. It
Manages which modules are bundled into the final output versus those that remain as external references.