1// Create a simple path alias to allow browserify to resolve 2// the runtime on a supported path. 3module.exports = require('./dist/cjs/handlebars.runtime').default; 4 5