|
|
@ -386,7 +386,6 @@ export class Compiler { |
|
|
|
if (m && m in files) continue |
|
|
|
if (m && m in files) continue |
|
|
|
|
|
|
|
|
|
|
|
if (this.handleImportCall) { |
|
|
|
if (this.handleImportCall) { |
|
|
|
console.log('calling handleImportCall', this.handleImportCall) |
|
|
|
|
|
|
|
this.handleImportCall(m, (err, content: string) => { |
|
|
|
this.handleImportCall(m, (err, content: string) => { |
|
|
|
if (err && cb) cb(err) |
|
|
|
if (err && cb) cb(err) |
|
|
|
else { |
|
|
|
else { |
|
|
|