This is somewhat related to #418 - instead of directly supporting some node version manager, we could expose a setting that would allow users to set a node executable, similar to how sbt-native-packager does it with dockerExecCommand. Then users of scalajs-bundler could wire in for example https://github.com/jasongin/nvs by setting nodeExecCommand to nvs exec <ver>.
How does this sound @sjrd?
This is somewhat related to #418 - instead of directly supporting some node version manager, we could expose a setting that would allow users to set a
nodeexecutable, similar to howsbt-native-packagerdoes it with dockerExecCommand. Then users ofscalajs-bundlercould wire in for example https://github.com/jasongin/nvs by settingnodeExecCommandtonvs exec <ver>.How does this sound @sjrd?