You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Bunchee appears to be the only bundler out there for building server/client component libraries with actual code splitting. Great work!
We propose allowing for the user to extend the current rollup config to add support for postcss and similar. This will make the construction of these libraries much easier to work with.
It could be either:
Allow the user to have a postcss.config.cjs in the root to enable a postcss step
Allow the user to fully extend the rollup configuration in order to set up custom compilation and bundling for css in Rollup
The text was updated successfully, but these errors were encountered:
Bunchee appears to be the only bundler out there for building server/client component libraries with actual code splitting. Great work!
We propose allowing for the user to extend the current rollup config to add support for postcss and similar. This will make the construction of these libraries much easier to work with.
It could be either:
postcss.config.cjs
in the root to enable a postcss stepThe text was updated successfully, but these errors were encountered: