I'm using wrangler to publish a worker, but there seems to be a bug. In my code I export default li
I'm using wrangler to publish a worker, but there seems to be a bug.
In my code I export default like so
When using
And in the dashboard when I try to test it it tells me
Though when I change it manually to the former again:
It seems to work and goes to the next error about a constructor.
In my code I export default like so
When using
wrangler publish it compiles to:And in the dashboard when I try to test it it tells me
Though when I change it manually to the former again:
It seems to work and goes to the next error about a constructor.





