-
-
Notifications
You must be signed in to change notification settings - Fork 8k
Closed
Description
I have received a question/report about some questionable network activity from Hugo on Windows. This is from a more complex setup that is not practical for me to set up, but I have inspected the code and my prime suspect is the hugo deploy
command (the Microsoft Azure integration), which does static initialisation, even if you don't use the feature. We really need to make this feature some kind of plugin (e.g. Wasm), but until then I suggest we pull it out into separate release archives.
We already have a nodeploy
build tag for this, so that should not be too hard.