Placehold.it loader for webpack
Installation
npm install --save-dev placeholdit-loader
Basic usage
// ./webpack.config.jsmoduleexports =...module:loaders:test: /\.$/iloaders:'file-loader?name=[name]-[hash:6].[ext]''placeholdit-loader?bypassOnDebug=false'
Or
// ./example.jsvar fileAsBase64Src = ;document;var fileUrl = ;document;
License
MIT (http://www.opensource.org/licenses/mit-license.php)