If you want to use the prolyfill with browserify or webpack you can do so by require
ing the module as usual. The configuration can be passed into the required function and the API gets returned:
var cq = require('cq-prolyfill')({ /* configuration */ });
cq.reevaluate(false, function() {
// Do something after all elements were updated
});