bud.modebud.isProductionOn this pagebud.isProduction Boolean property which is true when bud.mode is production Usage Very useful in conditionals: export default async bud => { bud.isProduction && bud.devtool(false)} Pairs well with bud.when: bud.when(bud.isProduction, bud.minimize) See also bud.mode bud.isDevelopment bud.when