-
Notifications
You must be signed in to change notification settings - Fork 11
Open
Description
Because of importing node:xyz
packages, the shared packages (e.g. @apify/utilities
) require polyfills when bundled in a web application, or used in a non-node server-side runtime. This bloats the bundle size and complicates initial project setup (especially when using e.g. apify-client
).
All(?) of the used behaviour now has Web API alternatives, which tend to be implemented across all major runtimes and browsers. Swapping the current node
imports for the native implementations might solve this issue.
Needs investigation.
Metadata
Metadata
Assignees
Labels
No labels