mirror of
https://github.com/storybookjs/storybook.git
synced 2025-04-05 08:01:20 +08:00
Update code/lib/builder-webpack5/src/preview/iframe-webpack.config.ts
This commit is contained in:
parent
ac8fca6f47
commit
b4314468a7
@ -125,7 +125,7 @@ export default async (
|
||||
path.join(__dirname, '..', '..', 'templates', 'virtualModuleEntry.template.js')
|
||||
);
|
||||
|
||||
previewAnnotations.forEach((previewAnnotationFilename: string) => {
|
||||
previewAnnotations.forEach((previewAnnotationFilename: string | undefined) => {
|
||||
if (!previewAnnotationFilename) return;
|
||||
const clientApi = storybookPaths['@storybook/client-api'];
|
||||
const clientLogger = storybookPaths['@storybook/client-logger'];
|
||||
|
Loading…
x
Reference in New Issue
Block a user