gulp-webpack-stats-duplicates

1.2.0 • Public • Published

gulp-webpack-stats-duplicates

A gulp plugin for the webpack-stats-duplicates utility.

Installation

$ npm install --save gulp-webpack-stats-duplicates

Usage

import webpackStatsDuplicates from 'gulp-webpack-stats-duplicates';

gulp.task('webpack-stats-duplicates', () => {
  gulp.src('**/stats.json').pipe(webpackStatsDuplicates({ /* options */ }));
});

Options

Takes all the same options as the findDuplicates API function, as well as the following:

  1. config (String): The file path to the .wsdrc file. If not specified, it will attempt to load the file from the root of your project.

Dependents (0)

Package Sidebar

Install

npm i gulp-webpack-stats-duplicates

Weekly Downloads

1

Version

1.2.0

License

ISC

Last publish

Collaborators

  • zg-rao
  • ryangoo
  • koellery
  • stonebk