Replies: 3 comments 1 reply
-
I'm having a related issue, trying to polyfill
Replacing
This is the current state of my
The blog post 1 also states the following:
To me, this implies that |
Beta Was this translation helpful? Give feedback.
-
@superjose @oxcabe Hey all! Did you guys ever figure out how use aliases in pages, or if Cloudflare even meant to support it? I'm trying to polyfill in as well and wondering if this is even the right approach. Getting the same error |
Beta Was this translation helpful? Give feedback.
-
For those arrived here looking for a solution like me, it is currently said on Cloudflare documentation for Pages that:
|
Beta Was this translation helpful? Give feedback.
Uh oh!
There was an error while loading. Please reload this page.
Uh oh!
There was an error while loading. Please reload this page.
-
Hi everyone 🤗
First, thank you, and excellent work with the new compatibility node release!!!
Things have VASTLY improved!
It just came right in time, as just last week, I was in the process of ditching Cloudflare altogether because many of my packages were breaking (and I even rearchitected the app to avoid this... But it wasn't possible in the end)
I'm having a last hiccup.
I'm trying to polyfill
playwright-core
from my configuration. I don't need the package because I won't use it from Cloudflare, but I can't remove the dependency directly as it's from a shared package in a mono repo structure.Stack:
I tried the following:
But I get an error back saying:
Configuration file for Pages projects does not support "alias"
Any ideas?
Beta Was this translation helpful? Give feedback.
All reactions