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.9k
TANKING赞 7阅读 2.2k
alwaysVe赞 4阅读 9.5k
南玖赞 4阅读 1.2k
chokcoco赞 3阅读 1.3k
kovli赞 1阅读 15.3k
zZ_jie赞 1阅读 6.1k
**粗体** _斜体_ [链接](http://example.com) `代码` - 列表 > 引用
。你还可以使用@
来通知其他用户。