fix(storybook): dont override native params (#12238)
ISSUES CLOSED: #7531
This commit is contained in:
parent
b74201fb53
commit
d423df6bbb
@ -57,8 +57,10 @@ function storybookOptionMapper(
|
|||||||
frameworkOptions,
|
frameworkOptions,
|
||||||
context
|
context
|
||||||
),
|
),
|
||||||
mode: 'static',
|
mode: builderOptions?.['mode'] ?? 'static',
|
||||||
outputDir: builderOptions.outputPath,
|
outputDir:
|
||||||
|
(builderOptions?.['outputDir'] || builderOptions?.['output-dir']) ??
|
||||||
|
builderOptions.outputPath,
|
||||||
};
|
};
|
||||||
|
|
||||||
return storybookOptions;
|
return storybookOptions;
|
||||||
|
|||||||
Loading…
x
Reference in New Issue
Block a user