You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
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.
reacted with thumbs up emoji reacted with thumbs down emoji reacted with laugh emoji reacted with hooray emoji reacted with confused emoji reacted with heart emoji reacted with rocket emoji reacted with eyes emoji
-
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