-
-
Notifications
You must be signed in to change notification settings - Fork 2.5k
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
Cannot build with Vue framework and Cloudflare adapter #4949
Comments
I think that this PR is doing about this. |
So will that PR also solve the problem with the Vue integration? |
I think so. The problem is about the Cloudflare Integration itself. |
Looking forward to the PR getting merged then 👍🏻 |
yes i was testing the changes also with vue and can confirm that the #4888 works with vue and cloudflare. i have tested the minimal example inside this repo |
Fixed by #4888 |
Sweet thanks all! |
What version of
astro
are you using?1.4.2
Are you using an SSR adapter? If so, which one?
Cloudflare
What package manager are you using?
npm
What operating system are you using?
Linux
Describe the Bug
Open the reproduction and try building the project with
npm run build
and it will fail with this error.Installing
stream
andemitter
allows the project to build but is's not ideal.Link to Minimal Reproducible Example
https://stackblitz.com/edit/github-fuvqcy
Participation
The text was updated successfully, but these errors were encountered: