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
It is currently possible to run: wrangler pages deploy build --no-bundle.
wrangler pages deploy build --no-bundle
However when using the wrangler.toml file, if you add no_bundle = true, then the cloudflare build says:
no_bundle = true
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?
The text was updated successfully, but these errors were encountered:
This would be really helpful, seems like it could potentially be an escape hatch for an issue I am experiencing in #7265 (comment)
Sorry, something went wrong.
No branches or pull requests
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:Can support for the no_bundle property be added to wrangler.toml so it has feature parity with the CLI?
The text was updated successfully, but these errors were encountered: