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: ignore __vite-browser-external when trying to resolve svelte packages #363

Merged
merged 2 commits into from Jun 5, 2022

Conversation

dominikg
Copy link
Member

@dominikg dominikg commented Jun 3, 2022

this removes a confusing error log but doesn't fix the underlying issue which is in vite itself. see #362

@bluwy
Copy link
Member

bluwy commented Jun 5, 2022

Hmm I thought we had wrapped a try-catch to prevent edge-cases like this from breaking dev/build 🤔 And with #362 already closed, do we still need this?

@dominikg
Copy link
Member Author

dominikg commented Jun 5, 2022

Yes, to prevent the confusing error log

@bluwy
Copy link
Member

bluwy commented Jun 5, 2022

Ah I see it's just the debug log from the issue, build was fine. Wouldn't hurt to add another check then 👍

@dominikg dominikg merged commit 62b9edf into main Jun 5, 2022
@dominikg dominikg deleted the fix/vite-external-cjs branch June 5, 2022 08:50
@github-actions github-actions bot mentioned this pull request Jun 5, 2022
@github-actions github-actions bot mentioned this pull request Jul 13, 2022
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.

None yet

2 participants