mirror of
https://github.com/storybookjs/storybook.git
synced 2025-04-04 21:01:08 +08:00
ADD return
This commit is contained in:
parent
48ca052263
commit
b973c84884
@ -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;
|
||||
|
Loading…
x
Reference in New Issue
Block a user