C_D_O
C_D_O11h ago

Is it possible to run --unstable-raw-imports flag in Deno Deploy (classic)?

Getting a 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?
0 Replies
No replies yetBe the first to reply to this messageJoin

Did you find this page helpful?