We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent f2df220 commit 641358aCopy full SHA for 641358a
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