Rename configType to mode

This commit is contained in:
igor-dv 2018-12-05 12:38:47 +02:00
parent cb15153810
commit 1790d3b315

View File

@ -24,7 +24,7 @@ export async function webpack(config, options) {
if (typeof customConfig === 'function') {
logger.info('=> Loading custom webpack config (full-control mode).');
return customConfig({ config: finalDefaultConfig, configType });
return customConfig({ config: finalDefaultConfig, mode: configType });
}
logger.info('=> Loading custom webpack config (extending mode).');