alexkuz / alexkuz/nyan-progress-webpack-plugin
Overlapping partial Nyans
未关闭
- 主要语言
- JavaScript
- 星标
- 170
- 派生
- 17
- PR 合并指标
- 30 天内没有已合并 PR
描述

As you can see, there seems to exist a condition where multiple fast initial messages creates multiple partial Nyans before the one that ends up working/tracking the whole progress.
I'm on v1.0.3 and my dev server config is:
``` js
devServer: {
quiet: false,
noInfo: false,
stats: {
assets: false,
colors: true,
version: false,
hash: false,
timings: false,
chunks: false,
chunkModules: false
}
},
```
Awesome plugin, by the way! :grin:
贡献指南
这个仓库没有索引到贡献指南
评估
这个 Issue 还没有评估数据。