vue 图片压缩 基于cli3 配置

chainWebpack: config => {
        const imagesRule = config.module.rule('images')
        imagesRule
            .use('image-webpack-loader')
            .loader('image-webpack-loader')
            .options({
                bypassOnDebug: true
            })
            .end()
    },

在 配置文件中添加

posted @ 2019-04-16 18:09  sanye-疯序员  阅读(3334)  评论(0编辑  收藏  举报