Build pipeline times out since using sass-embedded
We need to add sass-embedded in our vue project. Since then, our Cloudflare pipeline won't build anymore because it times out after successfully generating content, as it seems.
- Acc 28f9ea6fa36ba010df69e764aa3c0ca2
- deployment id fbe8b425-9d7a-4794-a0e2-5fcb45123ddc
Is there any workaround to get this working? Or at least get a proper error message? I already tried installing the newer Dart-sass dependency with a build script, but it doesn't seem to work.
3 Replies
also running into this issue using SvelteKit
made a minimal repro in svelte
configuring cloudflare pages based on adapter (in svelte.config.js):
- if using
adapter-static
output folder should be /build
- if using adapter-cloudflare
output folder should be /.svelte-kit/cloudflare
(default when selecting the sveltekit preset)
neither of these work
https://github.com/whotookzakum/cf-pages-sass-embedded-bug
had to deploy on netlify for nowGitHub
GitHub - whotookzakum/cf-pages-sass-embedded-bug
Contribute to whotookzakum/cf-pages-sass-embedded-bug development by creating an account on GitHub.
Thanks for the reproduction! Good to know one is not alone with this issue