https://discord.cloudflare.com logo
Title
s

silentdevnull

05/24/2023, 11:25 PM
this what I have in wrangler.toml name = "testcf" main = "src/index.ts" compatibility_date = "2023-05-24" node_compat = true workers_dev = true browser = { binding = "MYBROWSER", type = "browser" } Warning on publishing
⛅️ wrangler 2.19.0 (update available 3.0.1)
------------------------------------------------------
▲ [WARNING] Processing wrangler.toml configuration:

    - Unexpected fields found in top-level field: "browser"


▲ [WARNING] Enabling Node.js compatibility mode for built-ins and globals. This is experimental and has serious tradeoffs. Please see https://github.com/ionic-team/rollup-plugin-node-polyfills/ for more details.
Error when I publish it is 1101. I haven't moved to version 3 of wrangler as the command changed so I need to have a minute to figure it out