unofficial bless loader module for webpack. see: http://blesscss.com for more info.
npm install bless-loader`` javascript`
import "./file.css";
// => will split the CSS files into multiple chunks (upto 4096 selectors) and then add these chunks to link tags with the href attribute being base64 data URI of these chunks
// example:
` javascript`
{
module: {
loaders: [
{ test: /\.css$/, loader: "bless" },
]
}
}
npm install bless-loader`
MIT (http://www.opensource.org/licenses/mit-license.php)