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

feat(cloudflare-workers): modified manifest option to be required #1804

Closed
wants to merge 1 commit into from

Conversation

Code-Hex
Copy link
Contributor

@Code-Hex Code-Hex commented Dec 11, 2023

Author should do the followings, if applicable

  • Add tests
  • Run tests
  • yarn denoify to generate files for Deno

This is breaking change but fix: #1127 (comment)

To resolve the issue, it may be better not to modify serveStatic (module) directly but to provide the wrapped version of serveStatic. However, I don't have any ideas on how to provide it in that case.

@yusukebe
Copy link
Member

yusukebe commented Dec 14, 2023

Hi @Code-Hex!

I think this change is acceptable, but as I commented in #1127 (comment), it introduces a breaking change. So, we can include it in the next major release, v4.0.0.

@yusukebe yusukebe changed the title modified manifest option to be required feat: modified manifest option to be required Jan 9, 2024
@yusukebe yusukebe changed the title feat: modified manifest option to be required feat(cloudflare-workers): modified manifest option to be required Jan 9, 2024
@yusukebe yusukebe changed the base branch from main to v4 January 9, 2024 23:32
@yusukebe
Copy link
Member

yusukebe commented Jan 9, 2024

Hi @Code-Hex !

I've made v4 branch for the X day. I want to merge this into it, so, please resolve the conflicts. Then, I'll merge!

@yusukebe
Copy link
Member

Duplicated #1984

@yusukebe yusukebe closed this Jan 16, 2024
@Code-Hex Code-Hex deleted the fix/serve-static branch March 14, 2024 09:27
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

Successfully merging this pull request may close these issues.

__STATIC_CONTENT_MANIFEST error when bundling with Cloudflare's wrangler.
2 participants