Akryum / Akryum/vue-virtual-scroller
Updating from RC2 causing unwanted "const" in dependencies bundle.
- Lenguaje dominante
- TypeScript
- Estrellas
- 10.8k
- Forks
- 973
- Métricas de merge de PR
- Sin PR fusionados en 30 d
Descripción
**Problem:**
Updating from version 1.0.0-rc.2 to 1.0.10 cause unwanted behavior in dependencies bundle (vendor.js). Before updating, everything works as espected (no "const" in my code). After updating, my code as 8 "const" in the Vuex section of my vendor.js.
I tried updating to version 1.0.0 and I have 38 "const" instead of 8.
At version 1.0.3 I have 8, which is the same amount of version 1.0.10.
Version 1.0.0-rc.2

Version 1.0.10 _(line 27 is Vuex)_

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.