chore: debug

This commit is contained in:
cha0s 2022-03-09 11:52:58 -06:00
parent e7169ef833
commit 0cbf9be80c

View File

@ -69,5 +69,6 @@ export default (async () => {
debug('no webpack configuration found! aborting...');
await new Promise(() => {});
}
debug('webpack configurations %O', webpackConfigs);
return webpackConfigs;
})();