-
-
Notifications
You must be signed in to change notification settings - Fork 1.6k
Closed
Labels
feature requestThings want to be addedThings want to be added
Description
Preflight Checklist
- I have searched the issue tracker for a feature request that matches the one I want to file, without success.
What package is this feature request for?
rrweb
Problem Description
For pages that asynchronously install rrweb recorder, we currently use createElement('script') and script.onload to lazy import rrweb-record.min.js, but it will be more confortable if we can simply use await import('rrweb-record.esm.js').
Proposed Solution
Build and publish bundled ESM modules alongside current dist
Alternatives Considered
Using createElement('script') works but is a little complicated
Additional Information
No response
Reactions are currently unavailable
Metadata
Metadata
Assignees
Labels
feature requestThings want to be addedThings want to be added