-
-
Notifications
You must be signed in to change notification settings - Fork 2.6k
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
#6582 introduced production build error #7124
Comments
From the 2.2.3 changelog, #6582 might be the likely culprit. As you mentioned there isn't a working repro, it would be a bit hard to find a fix for it, but perhaps that PR would be a clue if you'd like to debug it. |
Thanks for the callout! When I revert the changes in |
[No progress update] I've been trying on and off the last couple days to create a repro for this in the Astro test files, but I still can't get it to repro. I did try enabling |
What version of
astro
are you using?2.2.3
, and2.5.0
still has the issueAre you using an SSR adapter? If so, which one?
Node, middleware
What package manager are you using?
yarn
What operating system are you using?
Mac
Describe the Bug
From
2.2.3
onwards, there is an error during thebuild
client step:I don't believe
@apollo/client
is the culprit, it just happens to be the first package inssr.noExternal
list. I am going to dive into the exact code changes from 2.2.2 to 2.2.3 and see if I can find the issue.Related dependency versions:
vite: 4.3.8
(latest,4.2.1
saved in astro2.2.3
)rollup: 3.22.0
(latest,3.18.0
saved in vite4.2.1
)Link to Minimal Reproducible Example
https://stackblitz.com/edit/github-zj4xwa, but I don't have a working repro yet.
Participation
The text was updated successfully, but these errors were encountered: