vikejs / vike-cloudflare

Cloudflare adapter for Vike
MIT License
3 stars 2 forks source link

fix: workspace package conditions #6

Closed nitedani closed 1 month ago

nitedani commented 1 month ago

Vite bundles/inlines workspace packages by default. It needs to bundle the right exports.

Without PR, packages in a monorepo that are linked are bundled with possibly node-only exports. This is also an issue if something/someone sets a package as noExternal, the PR fixes that too.

magne4000 commented 1 month ago

Thanks! Released in v0.0.6