如何找到使用 webpack 的最新 angular-ci 版本?

How to find latest angular-ci release that uses webpack?

截至 2016 年 9 月 1 日,最新版本为 1.0.0-beta.11-webpack.8。我通过 npm install -g angular-cli@webpack 发现了这一点。有没有办法在实际安装之前找出最新版本?像个干货-运行?

并在 angular-cli github 上(https://github.com/angular/angular-cli), where is the source for 1.0.0-beta.11-webpack.8? All I see in the releases page is 1.0.0-beta.11-webpack.2 at https://github.com/angular/angular-cli/releaseswebpack.8 在哪里?

谢谢。

您可以通过 运行

列出 npm 包的版本

npm show angular-cli versions

您还可以通过 运行

列出 npm 包的标签

npm show angular-cli dist-tags

我还将更新标签,以便 Github 中的发布选项卡正确显示新版本。