ADD return

This commit is contained in:
Norbert de Langen 2020-06-30 14:57:00 +02:00
parent 48ca052263
commit b973c84884
No known key found for this signature in database
GPG Key ID: 976651DA156C2825

View File

@ -72,6 +72,7 @@ async function getManagerWebpackConfig(options, presets) {
Object.entries(definedRefs).forEach(([key, value]) => {
if (value === null) {
delete refs[key];
return;
}
const url = typeof value === 'string' ? value : value.url;