Awesome
Inspectpack DuplicatesPlugin Examples
Examples for DuplicatesPlugin
blog post.
We provide the following scenarios for bundles:
new-webpack
new-npm-flattened
new-npm-flattened-identical
: Flattened, but different packages have identical files that webpack may be able to collapsenew-npm-unflattened
: Same versions of a lib cannot be flattenedold-npm
old-webpack
new-npm-flattened
new-npm-flattened-identical
new-npm-unflattened
old-npm
Install
$ yarn
$ cd scenarios/old-webpack && yarn && cd ../..
$ cd scenarios/new-webpack && yarn && cd ../..
Build
$ yarn build
Quality
$ yarn lint