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)
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)