1.2.0 • Published 1 year ago

@inker/webpack-bundle-compare v1.2.0

Weekly downloads
-
License
ISC
Repository
github
Last release
1 year ago

@inker/webpack-bundle-compare

NPM version Downloads Dependency status Dev Dependency status

Installation

# using npm:
npm install --save @inker/webpack-bundle-compare

# or if you like yarn:
yarn add @inker/webpack-bundle-compare

Usage

npx webpack-bundle-compare stats-before.json stats-after.json
import compareAndFormat from '@inker/webpack-bundle-compare'

// ...

const s = compareAndFormat(json1, json2)
console.log(s)
1.2.0

1 year ago

1.1.1

1 year ago

1.1.0

1 year ago

1.0.1

2 years ago

1.0.0

2 years ago