/inspectpack-duplicates-blog-examples

Examples for Inspectpack DuplicatesPlugin blog post.

Primary LanguageJavaScript

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 collapse
    • new-npm-unflattened: Same versions of a lib cannot be flattened
    • old-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