Hi all. With kotlin 1.8 around the corner, I'm pla...
# npm-publish
b
Hi all. With kotlin 1.8 around the corner, I'm planning plugin dependency versions refresh. As part of that I'd like to include some more polish to hopefully make the plugin require less configurations for kjs projects. To help me with that, I'd appreciate if you could share your cases where you've had to customise the default configuration of the plugin after applying it to your kjs project and why. Much appreciated!
m
I'm actually wrapping your plugin with my own implementation so that I can run Verdaccio on my personal server exposed via Tor HiddenService with v3 client authentication, in order to publish/pull from my personal server from anywhere just by altering my project's
.yarnrc
file. Really helps for testing dependencies on the packages in other projects before actually publishing them to
npmjs
So, maybe the ability to handle
.onion
registry addresses, or the ability to set a socks5 proxy?
b
Hmm yes, interesting. Plus general .yarnrc support