1.1.0 • Published 6 years ago

tinypng-compress v1.1.0

Weekly downloads
4
License
MIT
Repository
github
Last release
6 years ago

tinypng-compress

a images compress plugin use with tinyPNG for webpack.

get tinyPNG key

link

Installation

$ npm install tinypng-compress --save-dev

Example Webpack Config

var tinypngCompress = require('tinypng-compress');

    //in your webpack plugins array
    module.exports = {
        plugins: [
            new tinypngCompress()
        ]
    }

编译提示

默认在process.env.NODE_ENV = production开启此功能,编译所有webpack assets的图片资源(gif、jpg、jpeg、png)。

License

http://www.opensource.org/licenses/mit-license.php

1.1.0

6 years ago

1.0.7

7 years ago

1.0.6

7 years ago

1.0.5

7 years ago

1.0.4

7 years ago

1.0.3

7 years ago