Skip to content

Commit 5594416

Browse files
committed
Export the default object for handlebars/runtime
Maintains consistency with the prior export pattern, while avoids the knarly default loading issues.
1 parent c4b3c90 commit 5594416

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

runtime.js

+1-1
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,3 @@
11
// Create a simple path alias to allow browserify to resolve
22
// the runtime on a supported path.
3-
module.exports = require('./dist/cjs/handlebars.runtime');
3+
module.exports = require('./dist/cjs/handlebars.runtime').default;

0 commit comments

Comments
 (0)