comment re: use of webpack-bundle-analyzer to visualize stats.json

This commit is contained in:
Michael Bradley, Jr 2018-07-20 18:33:40 -05:00 committed by Iuri Matias
parent a7205e47e6
commit 52ef230d47
1 changed files with 2 additions and 0 deletions

View File

@ -169,6 +169,8 @@ class WebpackProcess extends ProcessWrapper {
// next // next
// ); // );
// } // }
// note: to visualize the stats info in a browser, do...
// `npx webpack-bundle-analyzer <dapp_dir>/.embark/stats.json`
], (err) => { ], (err) => {
callback(err); callback(err);
}); });