Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

fix: workspace package conditions #6

Merged
merged 2 commits into from
Aug 13, 2024
Merged

fix: workspace package conditions #6

merged 2 commits into from
Aug 13, 2024

Conversation

nitedani
Copy link
Member

@nitedani nitedani commented Aug 13, 2024

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 magne4000 merged commit 2442e45 into vikejs:main Aug 13, 2024
5 checks passed
@magne4000
Copy link
Member

Thanks! Released in v0.0.6

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

2 participants