Skip to content

Commit

Permalink
Revert "Show message if stats will be generated for dev"
Browse files Browse the repository at this point in the history
This reverts commit 097c1a3.
  • Loading branch information
langpavel committed Feb 16, 2017
1 parent 097c1a3 commit b240744
Showing 1 changed file with 0 additions and 6 deletions.
6 changes: 0 additions & 6 deletions tools/stats.js
Original file line number Diff line number Diff line change
Expand Up @@ -12,13 +12,7 @@ import { writeFile } from 'fs';
import { open } from 'openurl';
import webpackConfig from './webpack.config';

const isDebug = !process.argv.includes('--release');
const WEBPACK_ANALYSER_URL = 'http://webpack.github.io/analyse/';

if (isDebug) {
console.log('INFO: You should run `yarn stats -- --release` if you want production stats');
}

/**
* Creates application stats for client bundle.
*/
Expand Down

0 comments on commit b240744

Please sign in to comment.