We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent c4b3c90 commit 5594416Copy full SHA for 5594416
runtime.js
@@ -1,3 +1,3 @@
1
// Create a simple path alias to allow browserify to resolve
2
// the runtime on a supported path.
3
-module.exports = require('./dist/cjs/handlebars.runtime');
+module.exports = require('./dist/cjs/handlebars.runtime').default;
0 commit comments