This commit is contained in:
Bram Borggreve 2018-05-01 22:22:38 -05:00 committed by Mike Brocchi
parent f21fe6ad51
commit 77610d5df5
2 changed files with 3 additions and 3 deletions

View File

@ -383,7 +383,7 @@ See https://github.com/angular/angular-cli/issues/7797 for details.
<code>--stats-json</code> <code>--stats-json</code>
</p> </p>
<p> <p>
Generates a 'stats.json' file which can be analyzed using tools such as: #webpack-bundle-analyzer' or https: //webpack.github.io/analyse. Generates a 'stats.json' file which can be analyzed using tools such as: <a href="https://github.com/webpack-contrib/webpack-bundle-analyzer">webpack-bundle-analyzer</a> or <a href="https://webpack.github.io/analyse">webpack.github.io/analyse</a>.
</p> </p>
</details> </details>
<details> <details>