tqwewe/emotion-solid

Consider publish without bundling

otakustay opened this issue · 0 comments

Current emotion-solid is built via rollup and publishes a single file with all dependencies bundled.

This can make duplicate code when customers use @emotion/* packages too. Since almost all users are using it with vite or webpack, maybe it's better to publish only source code compiled (tsc is enough) but not bundled.