From 2fd92772a9ad1a3ee96b8253b259717ba34bf08e Mon Sep 17 00:00:00 2001 From: Jason Robitaille Date: Mon, 5 Dec 2016 14:55:06 -0800 Subject: [PATCH] Updated stats analyzer works correctly with isomorphic code layout --- global-cli/pack.js | 4 ---- 1 file changed, 4 deletions(-) diff --git a/global-cli/pack.js b/global-cli/pack.js index 50b98ccc..c3b6fd56 100755 --- a/global-cli/pack.js +++ b/global-cli/pack.js @@ -341,10 +341,6 @@ module.exports = function(args) { } if(opts.stats) { - if(opts.production && opts.isomorphic) { - console.log(chalk.yellow('Notice: Due to limitations, the stats analyzer is incompatible with isomorphic code' - + ' layout in production mode, and will display pre-minified sizes only.')); - } statsAnalyzer(config); }