0.0.8 • Published 11 months ago

image-duplicates-webpack-plugin v0.0.8

Weekly downloads
-
License
MIT
Repository
github
Last release
11 months ago

配置项

配置项名称是否必须含义默认值类型
imagePath需要查找的图片路径srcstring
imageType需要查找的图片类型'.jpg', '.jpeg', '.png', '.gif', '.bmp', '.svg', '.webp'Array<string>
imageType输出的资源路径格式falseBoolean

安装

npm install image-duplicates-webpack-plugin -D
pnpm add image-duplicates-webpack-plugin -D

用法

  • vue.config.js
const ImageDuplicatesWebpackPlugin = require('image-duplicates-webpack-plugin')

module.exports = {
  configureWebpack: {
    plugins: [new ImageDuplicatesWebpackPlugin()]
  }
}
0.0.8

11 months ago

0.0.7

1 year ago

0.0.6

1 year ago

0.0.5

1 year ago

0.0.4

1 year ago