mirror of https://github.com/embarklabs/embark.git
comment re: use of webpack-bundle-analyzer to visualize stats.json
This commit is contained in:
parent
a7205e47e6
commit
52ef230d47
|
@ -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);
|
||||
});
|
||||
|
|
Loading…
Reference in New Issue