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