fix: check config after alter
This commit is contained in:
parent
f3bd6e73cf
commit
bed008ad26
|
@ -63,6 +63,10 @@ const buildConfigs = async () => {
|
|||
return webpackConfig;
|
||||
}),
|
||||
);
|
||||
if (0 === webpackConfigs.length) {
|
||||
debug('no webpack configuration found! aborting...');
|
||||
await new Promise(() => {});
|
||||
}
|
||||
return webpackConfigs;
|
||||
};
|
||||
|
||||
|
|
Loading…
Reference in New Issue
Block a user