rrweb

v2.0.0-alpha.4
record and replay the web
rrweb

dev

yarn bundle:browser --watch

lint

yarn eslint src

repl

npm run bundle:browser && node scripts/repl.js

test

npm run bundle:browser && jest --testPathIgnorePatterns test/benchmark

bundle

rollup --config

prepack

npm run bundle

prepare

npm run prepack

typings

tsc -d --declarationDir typings

benchmark

jest test/benchmark

prepublish

npm run typings && npm run bundle

test:watch

PUPPETEER_HEADLESS=true npm run test -- --watch

check-types

tsc -noEmit

live-stream

yarn bundle:browser && node scripts/stream.js

test:headless

PUPPETEER_HEADLESS=true npm run test

bundle:browser

cross-env BROWSER_ONLY=true rollup --config

Metadata

Downloads

Maintainers