Why Gemfury? Push, build, and install  RubyGems npm packages Python packages Maven artifacts PHP packages Go Modules Debian packages RPM packages NuGet packages

Repository URL to install this package:

Details    
Size: Mime:
"use strict";

const filesize = require('rollup-plugin-filesize');

const log = require('fliplog');

module.exports = () => filesize({
  render(options, size, gzip, rollup) {
    const _log$bold$fmtobj$retu = log.bold(rollup.format + ' ').fmtobj({
      size,
      gzip
    }).return(),
          text = _log$bold$fmtobj$retu.text,
          datas = _log$bold$fmtobj$retu.datas;

    return text + datas;
  }

});