Important: This documentation covers Yarn 1 (Classic).
For Yarn 2+ docs and migration guide, see yarnpkg.com.

Package detail

tinypng-compress

lolipop998MIT1.1.0TypeScript support: included

tinypng compress webpack

tinypng, compress, webpack

readme

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