diff --git a/lib/index.js b/lib/index.js index 9379c80a6..cf421e4c2 100644 --- a/lib/index.js +++ b/lib/index.js @@ -206,6 +206,7 @@ module.exports.render = function(options) { if (importer) { options.importer = function(file, prev, key) { function done(data) { + console.log(data); // ugly hack binding.importedCallback({ index: key, objectLiteral: data