# image-duplicates-webpack-plugin **Repository Path**: wgbx/image-duplicates-webpack-plugin ## Basic Information - **Project Name**: image-duplicates-webpack-plugin - **Description**: webpack插件:查找项目中是否有重复图片 - **Primary Language**: Unknown - **License**: Not specified - **Default Branch**: master - **Homepage**: None - **GVP Project**: No ## Statistics - **Stars**: 0 - **Forks**: 0 - **Created**: 2023-12-11 - **Last Updated**: 2024-10-30 ## Categories & Tags **Categories**: Uncategorized **Tags**: None ## README
Find whether there are duplicate images in the project
[简体中文](./READM-ZH.md) # Configuration Options | **Configuration Option Name** | **Required** | **Meaning** | **Default Value** | **Type** | | -------------- | ------------ | -------- | ---------- | -------- | | `imagePath` | No | The image path to be searched | src | `string` | | `imageType` | No | The image types to be searched | ['.jpg', '.jpeg', '.png', '.gif', '.bmp', '.svg', '.webp']|`Array