update bundle configs

This commit is contained in:
Yanzhen Yu
2026-04-01 12:00:00 +08:00
parent c96052d8a4
commit 789cae98a1
4 changed files with 31 additions and 3 deletions

View File

@@ -4,7 +4,8 @@
"description": "record and replay the web",
"main": "index.js",
"scripts": {
"test": "echo \"Error: no test specified\" && exit 1"
"test": "echo \"Error: no test specified\" && exit 1",
"bundle": "rollup --config"
},
"repository": {
"type": "git",
@@ -20,6 +21,10 @@
},
"homepage": "https://github.com/rrweb-io/rrweb#readme",
"devDependencies": {
"rollup": "^0.66.6",
"rollup-plugin-node-resolve": "^3.4.0",
"rollup-plugin-typescript": "^1.0.0",
"tslib": "^1.9.3",
"tslint": "^4.5.1",
"typescript": "^3.1.1"
},