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

Commit 4350718

Browse files
committed
release: cut the 0.14.3 release
1 parent 7b15418 commit 4350718

File tree

2 files changed

+17
-1
lines changed

2 files changed

+17
-1
lines changed

CHANGELOG.md

Lines changed: 16 additions & 0 deletions
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

package.json

Lines changed: 1 addition & 1 deletion
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)