in src/build.ts [87:93]
function setOption(inputOption: string) { var opt = ""; if (inputOption) { opt = ` ${inputOption}`; } return opt; }