function start(label) {
  // if (!isSilentMode)
  //   console.log(label, 'start');
  perfy.start(label);
}
Example #2
0
 compiler.plugin('compile', function () {
   perfy.start('build');
   base.console.info('Bundling project...');
 });