Minimist doesn't convert "false" to a boolean so it's interpreted as truthy. I'm currently passing `--rebaseUrls=0` to work around it. Could add a `--no-rebaseUrls` or parse the value if it's a string - personally I'd prefer for the former.
Minimist doesn't convert "false" to a boolean so it's interpreted as truthy. I'm currently passing
--rebaseUrls=0to work around it.Could add a
--no-rebaseUrlsor parse the value if it's a string - personally I'd prefer for the former.