mirror of
https://github.com/storybookjs/storybook.git
synced 2025-04-04 18:31:08 +08:00
fix another unit test
This commit is contained in:
parent
8de20b019c
commit
e32058ad06
@ -70,7 +70,7 @@ export const webpack5: Fix<Webpack5RunOptions> & CheckBuilder = {
|
||||
}
|
||||
const main = await readConfig(mainConfig);
|
||||
const builder = main.getFieldValue(['core', 'builder']);
|
||||
if (builder && builder !== 'webpack5') {
|
||||
if (builder && builder !== 'webpack4') {
|
||||
logger.info(`Found builder ${builder}, skipping`);
|
||||
return null;
|
||||
}
|
||||
|
Loading…
x
Reference in New Issue
Block a user