Files
rrweb/packages/web-extension
Justin Halsall f9affc9747 Chore: Bump up all package versions together whenever any one version changes (#1131)
* 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>
2023-02-14 11:54:59 +01:00
..

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