* Bump up all package versions together whenever any one version changes. Keeps everything in sync to make it easy to see if you have the correct dependencies. https://github.com/changesets/changesets/blob/main/docs/fixed-packages.md * Empty changeset as this changes nothing for the packages them selves * Bring @rrweb/web-extension version inline with other packages * separate the extension version from package.json's to avoid errors --------- Co-authored-by: Yun Feng <yun.feng0817@gmail.com>
rrweb extension
The package web-extension provides a browser extension for recording and replaying web pages.
Installation
yarn install
Build
# build for chrome
yarn build:chrome
# build for firefox
yarn build:firefox
Development
# start a development chrome browser
yarn dev:chrome
# start a development firefox browser
yarn dev:firefox