Fix example builder
This commit is contained in:
@@ -77,7 +77,7 @@ function getJsSource(chunk, jsName) {
|
|||||||
return jsSource;
|
return jsSource;
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
if (module.identifier.endsWith(jsName)) {
|
if (module.identifier.endsWith(jsName) && module.source) {
|
||||||
return module.source;
|
return module.source;
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
|
|||||||
Reference in New Issue
Block a user