Consider two options.
var bh = require('bh!./block.bh.js');
bh.apply({block: 'block'});
var apply = require('bh!./block.bh.js');
apply({block: 'block'});
the second option is nice because it exposes function as well it does handlebars and jade loaders