Skip to content
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.

Commit b3925fc

Browse files
authoredAug 16, 2016
Merge branch 'master' into webpack-feature-basehref
2 parents b216b06 + fa7a927 commit b3925fc

Some content is hidden

Large Commits have some content hidden by default. Use the searchbox below for content that may be hidden.

52 files changed

+2046
-502
lines changed
 

‎CHANGELOG.md

Lines changed: 18 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,21 @@
1+
<a name="1.0.0-beta.11-webpack.2"></a>
2+
# [1.0.0-beta.11-webpack.2](https://github.com/angular/angular-cli/compare/v1.0.0-beta.10-webpack...v1.0.0-beta.11-webpack.2) (2016-08-10)
3+
4+
5+
### Bug Fixes
6+
7+
* **webpack-copy:** copies files from public/ directory to dist/ and preserves references ([b11bc94](https://github.com/angular/angular-cli/commit/b11bc94))
8+
* Set fs building/polyfill empty for better package support ([#1599](https://github.com/angular/angular-cli/issues/1599)) ([560ae8f](https://github.com/angular/angular-cli/commit/560ae8f))
9+
* Updated webpack-karma which has proper peer deps settings ([#1597](https://github.com/angular/angular-cli/issues/1597)) ([ace720b](https://github.com/angular/angular-cli/commit/ace720b))
10+
11+
12+
### Features
13+
14+
* add utility functions for route generation ([#1330](https://github.com/angular/angular-cli/issues/1330)) ([4fd8e9c](https://github.com/angular/angular-cli/commit/4fd8e9c))
15+
* ngmodules and insert components based on the AST ([#1616](https://github.com/angular/angular-cli/issues/1616)) ([5bcb7be](https://github.com/angular/angular-cli/commit/5bcb7be))
16+
17+
18+
119
<a name="1.0.0-beta.11-webpack"></a>
220
# [1.0.0-beta.11-webpack](https://github.com/angular/angular-cli/compare/v1.0.0-beta.10...v1.0.0-beta.11-webpack) (2016-08-02)
321

‎README.md

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -22,6 +22,8 @@ We're updating the build system in Angular-CLI to use webpack instead of Broccol
2222

2323
You can install and update your projects using [these instructions](https://github.com/angular/angular-cli/blob/master/WEBPACK_UPDATE.md).
2424

25+
**The current instructions on this file reflect usage for the `webpack` version.**
26+
2527
## Prerequisites
2628

2729
The generated project has dependencies that require **Node 4 or greater**.

0 commit comments

Comments
 (0)
Please sign in to comment.