* provide more bundle outputs

* update commonJS and es module entry to boot file
This commit is contained in:
yz-yu
2026-04-01 12:00:00 +08:00
committed by GitHub
parent bfc0c43aa7
commit 1efc9ad30b
4 changed files with 29 additions and 3 deletions

View File

@@ -17,8 +17,8 @@
"keywords": [
"rrweb"
],
"main": "lib/rrweb.js",
"module": "es/rrweb/src/index.js",
"main": "lib/rrweb-boost.js",
"module": "es/rrweb/src/boost.js",
"unpkg": "dist/rrweb.js",
"sideEffects": false,
"typings": "typings/index.d.ts",