webpackbar icon indicating copy to clipboard operation
webpackbar copied to clipboard

fix: fix #29

Open ilharp opened this issue 2 years ago • 0 comments

https://github.com/unjs/webpackbar/issues/29#issuecomment-968120938

Temporary workaround

With bars reporter:

new Webpackbar({
  reporters: ['fancy', 'profile'],
  profile: true,
}),

Without bars reporter:

new Webpackbar({
  reporters: ['profile'],
  profile: true,
}),

ilharp avatar Nov 13 '21 19:11 ilharp