bundle-stats

v4.0.0-rc.5
In-depth bundle analyzer for webpack(bundle size, assets, modules, packages)
webpack bundle-size bundle-analyzer bundle-stats stats bundle size assets chunks and 2 more...

lint

../../node_modules/.bin/eslint . --ext .js

test

jest --passWithNoTests

build

npm run build-lib && npm run build-esm

build-esm

rm -fr ./lib-esm && rm -fr ./types && ../../node_modules/.bin/tsc --rootDir ./src --project tsconfig.esm.json --outDir ./lib-esm

build-lib

rm -fr ./lib && ../../node_modules/.bin/tsc --rootDir ./src --project tsconfig.lib.json --outDir ./lib

Metadata

  • MIT
  • >= 14.0
  • Viorel Cojocaru
  • released 7/13/2022

Downloads