michaelolof / vuex-class-component

A Type Safe Vuex Module or Store Using ES6 Classes and ES7 Decorators written in TypeScript.
217 stars 21 forks source link

Built files in "/dist" not updated? #80

Closed tiagoroldao closed 4 years ago

tiagoroldao commented 4 years ago

I realized lately when using this through npm (I have had issues before that were fixed in a fork, and the projects kept using the fork) that the changes to the source code are not reflected in the build /dist, and not used when installing through npm.

My contributions did not include built code as I believe that would be a potential security issue (not a particular one in this repository's case as build code is still fairly readable)

tiagoroldao commented 4 years ago

Closing this as dist files were since updated. Raised other issues, opened #83