0.0.3 • Published 8 years ago

img-assets-webpack-plugin v0.0.3

Weekly downloads
1
License
ISC
Repository
github
Last release
8 years ago

img-assets-webpack-plugin

针对图片资源生成映射关系数组的插件

目前只支持png, gif, jpg, jpeg4种

支持由file-loader转化的base64图

usage:

var ImgAssetsPlugin = require('./webpack.plugin/imgAssets');

//...webpack.config.js
//...
//...
  plugins: [      
      new ImgAssetsPlugin({
        filename: 'imgAssets.json'
      })
  ]
}
//options.filename can be absolute path