0.0.8 • Published 5 years ago

@wepy-act/plugin-imagemin v0.0.8

Weekly downloads
1
License
ISC
Repository
-
Last release
5 years ago

wepy imagemin 插件

created by zilongjiang

配置wepy.config.js

const PluginImageMin = require('@wepy-act/plugin-imagemin');

module.exports = {
  plugins: [
    PluginImageMin({
    // options
    })
  ]
};

参数说明

你提供的配置选项 options 将传递给 imagemin处理,有关 options 的更多详细信息,请参阅imagemin文档

0.0.8

5 years ago

0.0.7

5 years ago

0.0.5

5 years ago

0.0.3

5 years ago

0.0.2

5 years ago

0.0.1

5 years ago