@exceptionless/react

v2.0.0-alpha1
JavaScript client for Exceptionless
exceptionless error feature logging tracking reporting react

build

tsc -p tsconfig.json && esbuild src/index.ts --bundle --sourcemap --target=es2017 --format=esm --outfile=dist/index.bundle.js && esbuild src/index.ts --bundle --minify --sourcemap --target=es2019 --format=esm --outfile=dist/index.bundle.min.js

watch

tsc -p ../core/tsconfig.json -w --preserveWatchOutput & tsc -p tsconfig.json -w --preserveWatchOutput & esbuild src/index.ts --bundle --sourcemap --target=es2017 --format=esm --watch --outfile=dist/index.bundle.js

test

npm i @exceptionless/[email protected]

Metadata

Downloads

Maintainers