v1.9.5 — index entries take their directory's name

| 3 min read

Building a library of components, a directory per component means every entry point is called index — and every one of them compiled to index.css, or nested a level deep under esbuild's outbase. A glob-matched index.* is now named after the directory that holds it, so one glob turns a tree of component directories into a flat set of named bundles. Brace patterns like index.{js,ts} count as globs too.

Added


Changelog Docs
💩💩💩💩
This static site was generated using Poops and serves as an example.