In addition to the single-file UMD build, the UMD codex-search build (which will be moved into the Codex package by T335324) and the ESM build (which will be split into smaller chunks by T345687), we need to add a many-file CJS build that provides an entry point for every component and every composable (every thing that is exported by lib.ts).
- There is an entry point file for each component/composable/other thing exported by the library
- Chunk file names do not contain hashes
- A manifest.json file is included (plus manifest-rtl.json, manifest-legacy.json and manifest-legacy-rtl.json)