in src/utils/initConfig.js [50:52]
function normalizeBoolean(input: any): ?any { return input && input != '0' && input != 'false'; }