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} : {}),
|
...(hot ? {FLECKS_HOT: 1} : {}),
|
||||||
};
|
};
|
||||||
const spawnArgs = [
|
const spawnArgs = [
|
||||||
|
'--colors',
|
||||||
'--config', webpackConfig,
|
'--config', webpackConfig,
|
||||||
'--mode', (production && !hot) ? 'production' : 'development',
|
'--mode', (production && !hot) ? 'production' : 'development',
|
||||||
...(verbose ? ['--stats', 'verbose'] : []),
|
...(verbose ? ['--stats', 'verbose'] : []),
|
||||||
|
|
Loading…
Reference in New Issue
Block a user