5594416121
Maintains consistency with the prior export pattern, while avoids the knarly default loading issues.
4 lines
164 B
JavaScript
4 lines
164 B
JavaScript
// Create a simple path alias to allow browserify to resolve
|
|
// the runtime on a supported path.
|
|
module.exports = require('./dist/cjs/handlebars.runtime').default;
|