@growthbook/growthbook

v0.16.1
[GrowthBook](https://www.growthbook.io) is a modular 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

rm -rf dist

build:types

tsc --emitDeclarationOnly

build:bundles

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

Metadata

  • MIT
  • >=10
  • Jeremy Dorn
  • released 1/20/2022

Downloads

Maintainers