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

v0.3.0 causes build issue with bun on Cloudflare Pages #60

Open
vinhphm opened this issue Dec 17, 2024 · 0 comments
Open

v0.3.0 causes build issue with bun on Cloudflare Pages #60

vinhphm opened this issue Dec 17, 2024 · 0 comments

Comments

@vinhphm
Copy link

vinhphm commented Dec 17, 2024

I have an Astro site which use vite-plugin-pagefind, with bun as package manager. With the latest version of Astro and bare minimum plugin config:

{
  "site": "dist",
  "vite_plugin_pagefind": {}
}

The v0.3.0 causes build issue in Cloudflare Pages, the build stalls at step bellow for several minutes and then stopped by Cloudflare:

12:53:38.075	$ astro build && pagefind
12:53:39.699	[vite-plugin-pagefind] Building site using "npm run build"...

Revert the plugin back to v0.2.10 will make the build success again. This also does not happen on my local machine.

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

No branches or pull requests

1 participant