Skip to content
This repository was archived by the owner on Aug 7, 2021. It is now read-only.

Commit 13cf4b6

Browse files
authored
release: cut the 0.14.3 release (#599)
1 parent 7b15418 commit 13cf4b6

File tree

2 files changed

+17
-1
lines changed

2 files changed

+17
-1
lines changed

Diff for: CHANGELOG.md

+16
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,19 @@
1+
<a name="0.14.3"></a>
2+
## [0.14.3](https://github.com/NativeScript/nativescript-dev-webpack/compare/0.14.2...0.14.3) (2018-07-05)
3+
4+
5+
### Bug Fixes
6+
7+
* Angular projects: the plugin will add `@ngtools/webpack` to the project deps only if `@angular-devkit/build-angular` is not a dependency. ([#594](https://github.com/NativeScript/nativescript-dev-webpack/issues/594)) ([7b15418](https://github.com/NativeScript/nativescript-dev-webpack/commit/7b15418)), closes [#595](https://github.com/NativeScript/nativescript-dev-webpack/issues/595)
8+
9+
10+
### Migration
11+
12+
It's a good idea to remove `@angular-devkit/build-angular` from the
13+
package.json and add `@ngtools/webpack` instead. This will speed up
14+
the build.
15+
16+
117
<a name="0.14.2"></a>
218
## [0.14.2](https://github.com/NativeScript/nativescript-dev-webpack/compare/0.14.1...0.14.2) (2018-06-27)
319

Diff for: package.json

+1-1
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "nativescript-dev-webpack",
3-
"version": "0.14.2",
3+
"version": "0.14.3",
44
"main": "index",
55
"description": "",
66
"homepage": "http://www.telerik.com",

0 commit comments

Comments
 (0)