alexkuz / alexkuz/nyan-progress-webpack-plugin
Overlapping partial Nyans
- Lenguaje dominante
- JavaScript
- Estrellas
- 170
- Forks
- 17
- Métricas de merge de PR
- Sin PR fusionados en 30 d
Descripción

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:
Guía de contribución
No hay ninguna guía de contribución indexada para este repositorio
Evaluación
Este issue todavía no se ha evaluado.