webpack vue-cli3 压缩图片
yarn add image-webpack-loader
config.module.rules.push({
test: /\.(png|jpe?g|gif|svg)(\?.*)?$/,
use:[{
loader: 'image-webpack-loader'
options: {bypassOnDebug: true}
}]
})
Taoqun阅读 2.8k
alwaysVe赞 2阅读 6.1k评论 5
kovli赞 1阅读 15k
chokcoco赞 2阅读 1.1k
三掌柜赞 2阅读 944评论 1
zZ_jie赞 1阅读 5.7k
大卫talk赞 1阅读 2.3k
**粗体** _斜体_ [链接](http://example.com) `代码` - 列表 > 引用
。你还可以使用@
来通知其他用户。