Hello friend.
I want to deploy my apps to CF so i tried it locally with Wrangler. I can build my apps just fine. For CF worker instead, it will fail since some deep dependencies are importing node standard api without node: prefix. In particular, these pkg: cookie-signature, stream-slice.
Since i know now that thse packages should not be externalized, i tried to bundle them via ssr.noExternal. And guess what, vite just seems to ignore it and refuse to bundle it.
Any idea?