bud.modebud.isDevelopmentOn this pagebud.isDevelopment Boolean property which is true when bud.mode is development Usage Very useful in conditionals: export default async bud => bud.isDevelopment && bud.devtool('source-map') Pairs well with bud.when: export default async bud => bud.when(bud.isDevelopment, bud.devtool) See also bud.mode bud.isProduction bud.when