The bundled dist/panda/index.mjs imports internal chunks (../variants-CUhqvLRq.mjs) and re-exports helper functions, making it unusable as a direct copy/paste source in the README.
We need a standalone, self-contained build of the Panda preset (similar to how tailwind/utils.css is fully self-contained) that someone can drop into their project without installing the package.
Options:
- Generate a flat, inlined
.ts or .js file during build (no chunk imports)
- Emit a standalone CSS version if feasible for Panda's config format
Until this is resolved, the Panda section is excluded from the README's "Copy/paste source" section.
The bundled
dist/panda/index.mjsimports internal chunks (../variants-CUhqvLRq.mjs) and re-exports helper functions, making it unusable as a direct copy/paste source in the README.We need a standalone, self-contained build of the Panda preset (similar to how
tailwind/utils.cssis fully self-contained) that someone can drop into their project without installing the package.Options:
.tsor.jsfile during build (no chunk imports)Until this is resolved, the Panda section is excluded from the README's "Copy/paste source" section.