mirror of
https://github.com/storybookjs/storybook.git
synced 2025-04-05 16:11:33 +08:00
Fix corrupted webpack configuration
This commit is contained in:
parent
6bc6913c3b
commit
b907b9e814
@ -17,6 +17,6 @@ export async function webpackFinal(config: Configuration) {
|
||||
resourceRegExp: /react-dom\/client$/,
|
||||
contextRegExp: /(app\/react|@storybook\/react)/, // TODO this needs to work for both in our MONOREPO and in the user's NODE_MODULES
|
||||
}),
|
||||
],
|
||||
].filter(Boolean),
|
||||
};
|
||||
}
|
||||
|
Loading…
x
Reference in New Issue
Block a user