We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
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
bun
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:
vite-plugin-pagefind
{ "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.
v0.2.10
The text was updated successfully, but these errors were encountered:
No branches or pull requests
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:The v0.3.0 causes build issue in Cloudflare Pages, the build stalls at step bellow for several minutes and then stopped by Cloudflare:
Revert the plugin back to
v0.2.10
will make the build success again. This also does not happen on my local machine.The text was updated successfully, but these errors were encountered: