@ -324,6 +324,7 @@ function Compiler (handleImportCall) {
continue
}
if (handleImportCall) {
handleImportCall(m, function (err, content) {
if (err) {
cb(err)
@ -332,6 +333,7 @@ function Compiler (handleImportCall) {
gatherImports(files, target, importHints, cb)
})
return