From 8fa5bddde56eebba0082880f4b39155ea0731a7c Mon Sep 17 00:00:00 2001 From: "Michael Bradley, Jr" Date: Wed, 22 Aug 2018 18:25:46 -0500 Subject: [PATCH] rev comment re: webpack-bundle-analyzer --- lib/pipeline/webpack.config.js | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/lib/pipeline/webpack.config.js b/lib/pipeline/webpack.config.js index 89186029..db190f49 100644 --- a/lib/pipeline/webpack.config.js +++ b/lib/pipeline/webpack.config.js @@ -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 /.embark/stats.json + // npx webpack-bundle-analyzer .embark/stats.json profile: true, stats: 'verbose', resolve: { alias: embarkAliases,