1.0.8 • Published 3 years ago

img-compress-webpack-plugin v1.0.8

Weekly downloads
13
License
MIT
Repository
github
Last release
3 years ago

img-compress-webpack-plugin

img-compress-webpack-pluginis a very lightweight webpack plugin that uses the excellent compression algorithm of the tinypng website to compress the image format

img-compress-webpack-plugin是一款十分轻量的 webpack 插件,利用 tinypng 网站优秀的压缩算法,对图片格式进行压缩

install(安装)

npm i -D img-compress-webpack-plugin

yarn add -D img-compress-webpack-plugin

config(配置)

配置功能格式
enabledenable plugin(是否启用插件)true/false
loggedenable print log(是否启用插件是否打印日志)true/false

usage(使用)

const ImgCompressWebpackPlugin = require('img-compress-webpack-plugin');

module.exports = {
  plugins: [
    new ImgCompressWebpackPlugin({
      enabled: true,
      logged: true,
    }),
  ],
};
1.0.8

3 years ago

1.0.7

4 years ago

1.0.6

4 years ago

1.0.2

4 years ago

1.0.1

4 years ago

1.0.5

4 years ago

1.0.4

4 years ago

1.0.3

4 years ago

1.0.0

4 years ago