imagemin webpack plugin:使用imagemin压缩图像的插件 源码
Webpack的Imagemin插件 这是一个简单的插件,使用压缩项目中的所有图像。 安装 npm install imagemin-webpack-plugin 要求节点> = 4.0.0 用法示例 var ImageminPlugin = require ( 'imagemin-webpack-plugin' ) . default // Or if using ES2015: // import ImageminPlugin from 'imagemin-webpack-plugin' module . exports = { plugins : [ // Make sure that the plugin is after any plugins that add images new ImageminPlugin ( { disable : p
文件列表
imagemin-webpack-plugin-master.zip
(预估有个10文件)
imagemin-webpack-plugin-master
yarn.lock
206KB
src
helpers.js
6KB
index.d.ts
1KB
index.js
6KB
.npmignore
13B
CONTRIBUTING.md
514B
LICENSE.md
1KB
README.md
10KB
暂无评论