-
-
Notifications
You must be signed in to change notification settings - Fork 124
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
difference between workerd
and worker
in conditions
#393
Comments
I specifically meant We can try |
This is intentional for the moment. I wonder how we do it in the future. Each approach seems to have pros and cons. |
|
somewhat related: #480 |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
I noticed that waku is using
workerd
in the import conditions.waku/packages/waku/src/lib/handlers/dev-worker-impl.ts
Lines 139 to 140 in a7e909f
I think this is not correct.
workerd
is an alias for Cloudflare workers; I guess you are mentioningworker
, which is for the web worker.https://developers.cloudflare.com/workers/wrangler/bundling/#conditional-exports
The text was updated successfully, but these errors were encountered: