Fix module loading within node
This commit is contained in:
@@ -1,4 +1,4 @@
|
||||
var Handlebars = require("handlebars");
|
||||
var Handlebars = require('./base');
|
||||
|
||||
// BEGIN(BROWSER)
|
||||
(function() {
|
||||
|
||||
Reference in New Issue
Block a user