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
parent bade3a4c9f
commit 7676a59e7c
1 changed files with 2 additions and 0 deletions

View File

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