如果只希望处理图片

{
    test: /\.(png|jpg|gif)$/,
    // 当图片小于多少,用base64,否则用file-loader产生真实的图片
    use: {
        loader: 'url-loader',
        options: {
            limit: 1,  // 200k 200 * 1024
            outputPath: '/img/',   // 打包后输出地址
            publicPath: 'http://www.mayufo.cn'
        }
    }
}

results matching ""

    No results matching ""