diff --git a/lib/configure.js b/lib/configure.js index 297887f..9e2530d 100644 --- a/lib/configure.js +++ b/lib/configure.js @@ -113,9 +113,8 @@ module.exports = function(overrides) { // If `prefixes` were not explicitly set in user config, // and `colors` were not disabled in user config, - // and NODE_ENV is not set to 'production, - // load the `colors` dependency and colorize prefixes. - if (options.prefixes === undefined && options.colors && process.env.NODE_ENV !== 'production') { + // display colorized prefixes. + if (options.prefixes === undefined && options.colors) { options.prefixes = {};