Is it possible to run --unstable-raw-imports flag in Deno Deploy (classic)?
Getting a
Works fine locally when adding
The deployment failed: The import attribute type of "text" is unsupported when trying to deploy on Deno Deploy Classic with text based import attributes: import example from "./some/file.txt" with { type: "text" }Works fine locally when adding
"unstable": ["raw-imports"], in deno.jsonc or even running with the --unstable-raw-imports flag as per Deno docs. Maybe this is not (yet?) supported on Deno Deploy?