fix(core): webpack colors
This commit is contained in:
parent
2c43366046
commit
e21463e958
|
@ -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'] : []),
|
||||
|
|
Loading…
Reference in New Issue
Block a user