0.41.1 • Published 3 years ago

@artsy/dupe-report-plugin v0.41.1

Weekly downloads
44
License
MIT
Repository
github
Last release
3 years ago

@artsy/dupe-report-plugin

A webpack plugin (currently building off of inspectpack) that generates a duplicates report for every build. This report is intended to be used with @artsy/dupe-report for the purposes of communicating when new duplicates are shipped in your production js bundles.

Installation

yarn add --dev @artsy/dupe-report-plugin

Usage

In your webpack.config.js file

const { DuplicateReportPlugin } = require("@artsy/dupe-report-plugin");

module.exports = {
  //...
  plugins: [
    new DuplicateReportPlugin(options)
  ]
}

Options

Option KeyTypeDefault Value
directoryStringpath.join(process.cwd(), ".artifacts")
fileNameString"duplicates-report"
0.41.1

3 years ago

0.41.0

3 years ago

0.40.0

3 years ago

0.39.0

3 years ago

0.38.1

3 years ago

0.38.0

3 years ago

0.37.0

4 years ago

0.36.1

4 years ago

0.36.0

4 years ago

0.35.8

4 years ago

0.35.7

4 years ago

0.35.6

4 years ago

0.35.5

4 years ago

0.35.4

4 years ago

0.35.3

4 years ago

0.35.2

4 years ago

0.35.1

4 years ago

0.35.0

4 years ago

0.34.1

5 years ago

0.34.0

5 years ago

0.33.0

5 years ago