fix(core): webpack colors

This commit is contained in:
cha0s 2022-02-27 18:37:42 -06:00
parent 2c43366046
commit e21463e958

View File

@ -102,6 +102,7 @@ export default (program, flecks) => {
...(hot ? {FLECKS_HOT: 1} : {}),
};
const spawnArgs = [
'--colors',
'--config', webpackConfig,
'--mode', (production && !hot) ? 'production' : 'development',
...(verbose ? ['--stats', 'verbose'] : []),