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

πŸš€ Feature Request: Support --no-bundle in wrangler.toml for pages #6434

Open
jamesthomp opened this issue Aug 7, 2024 · 1 comment
Labels
enhancement New feature or request

Comments

@jamesthomp
Copy link

Describe the solution

It is currently possible to run: wrangler pages deploy build --no-bundle.

However when using the wrangler.toml file, if you add no_bundle = true, then the cloudflare build says:

02:15:15.837 | ✘ [ERROR] Running configuration file validation for Pages:
-- | --
02:15:15.837 | Β 
02:15:15.837 | - Configuration file for Pages projects does not support "no_bundle"

Can support for the no_bundle property be added to wrangler.toml so it has feature parity with the CLI?

@thescientist13
Copy link

This would be really helpful, seems like it could potentially be an escape hatch for an issue I am experiencing in #7265 (comment)

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
enhancement New feature or request
Projects
None yet
Development

No branches or pull requests

2 participants