Akryum / Akryum/vue-virtual-scroller

Updating from RC2 causing unwanted "const" in dependencies bundle.

Abierto
#505 1 comentario 1 reacción 0 asignados Ver en GitHub
question
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
![avant update](https://user-images.githubusercontent.com/35924027/93120158-eff8b980-f690-11ea-82cd-be28060f635d.png)

Version 1.0.10 _(line 27 is Vuex)_
![after update](https://user-images.githubusercontent.com/35924027/93120169-f6873100-f690-11ea-91e0-6e9322fb4157.png)

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.

Recibe los nuevos issues en tu correo

Un resumen breve de issues de GitHub para principiantes.