@growthbook/growthbook

v0.22.0
[GrowthBook](https://www.growthbook.io) is an open source Feature Flagging and Experimentation platform.

size

gzip-size ./dist/bundles/index.min.js --include-original

test

jest

build

yarn build:clean && npm-run-all --parallel build:types build:esm build:cjs build:bundles

build:cjs

cross-env BABEL_ENV=cjs babel src --extensions '.ts' --out-dir 'dist/cjs' --source-maps

build:esm

cross-env BABEL_ENV=esmUnbundled babel src --extensions '.ts' --out-dir 'dist/esm' --source-maps

type-check

tsc --pretty --noEmit

build:clean

rimraf -rf dist

build:types

tsc --emitDeclarationOnly

build:bundles

rollup -c
npm i @growthbook/[email protected]

Metadata

  • MIT
  • >=10
  • Jeremy Dorn
  • released 2/27/2023

Downloads

Maintainers