/webpack-clone-detection

Detect clones in webpack bundle(通用型重复/相似代码检测)

Primary LanguageJavaScriptMIT LicenseMIT

webpack-clone-detection

Installation

npm i webpack-clone-detection -D

Usage

const CloneDetection = require( 'webpack-clone-detection' )

// in your webpack config
{
  plugins: [
    new CloneDetection()
  ]
}

License

MIT