We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
2 parents 6e4e1f8 + 641358a commit 3f71fdeCopy full SHA for 3f71fde
lib/index.js
@@ -3,9 +3,9 @@
3
4
// var local = handlebars.create();
5
6
-var handlebars = require('../dist/cjs/handlebars').default;
+var handlebars = require('../dist/cjs/handlebars')["default"];
7
8
-handlebars.Visitor = require('../dist/cjs/handlebars/compiler/visitor').default;
+handlebars.Visitor = require('../dist/cjs/handlebars/compiler/visitor')["default"];
9
10
var printer = require('../dist/cjs/handlebars/compiler/printer');
11
handlebars.PrintVisitor = printer.PrintVisitor;
0 commit comments