rev comment re: webpack-bundle-analyzer

This commit is contained in:
Michael Bradley, Jr 2018-08-22 18:25:46 -05:00
parent 4234324640
commit 8fa5bddde5

View File

@ -128,7 +128,7 @@ const base = {
// are generated embark will write the output to:
// path.join(dappPath, '.embark/stats.[json,report]')
// to visualize the stats info in a browser run:
// npx webpack-bundle-analyzer <dappPath>/.embark/stats.json
// npx webpack-bundle-analyzer .embark/stats.json <buildDir>
profile: true, stats: 'verbose',
resolve: {
alias: embarkAliases,