webpack-clone-detection

npm i webpack-clone-detection -D

Usage no npm install needed!

<script type="module">
  import webpackCloneDetection from 'https://cdn.skypack.dev/webpack-clone-detection';
</script>

README

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