Unpack banner
unpack-dev unpack-dev

Unpack

Development community

Description

Unplugin API built on top of Webpack architecture

Installation

This entry records only its repository, not the path inside it, so there is no exact command to give. Open the source below and copy the folder into ~/.claude/skills/, or the file into ~/.claude/agents/.

README

unpack (Crafting Bundler)

Explore Next Bundler Architecture

Profiling

Use the Rust benchmark example with `hotpath` enabled to generate a profiling report for the module graph build:

cargo run -p unpack_core --example bench2 --features hotpath

Add `hotpath-alloc` as well if you want allocation metrics in the report:

cargo run -p unpack_core --example bench2 --features hotpath,hotpath-alloc