chore: shooosh

This commit is contained in:
cha0s 2021-03-25 04:14:32 -05:00
parent 7073706e7c
commit a448ac22af

View File

@ -41,7 +41,6 @@ const buildConfigs = async () => {
const configs = await gatherConfigs();
const webpackConfigs = Object.values(configs).map((config) => neutrino(config).webpack());
if (0 === webpackConfigs.length) {
console.error('Latus: nothing to build');
await new Promise(() => {});
}
return webpackConfigs;