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

Commit e4494d8

Browse files
committed
docs: update the CHANGELOG for 0.5.0
1 parent e3e3499 commit e4494d8

File tree

1 file changed

+22
-0
lines changed

1 file changed

+22
-0
lines changed

CHANGELOG.md

Lines changed: 22 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,25 @@
1+
<a name="0.5.0"></a>
2+
# [0.5.0](https://github.com/NativeScript/nativescript-dev-webpack/compare/0.4.2...0.5.0) (2017-05-11)
3+
4+
5+
### Bug Fixes
6+
7+
* **ns-bundle:** don't re-add scripts from nativescript-dev-webpack ([3d690cb](https://github.com/NativeScript/nativescript-dev-webpack/commit/3d690cb))
8+
* **ns-bundle:** pass platform and uglify as env properties ([dcf21f8](https://github.com/NativeScript/nativescript-dev-webpack/commit/dcf21f8))
9+
* **ns-bundle:** use webpack.config.js instead of webpack.common.js ([3df5d9b](https://github.com/NativeScript/nativescript-dev-webpack/commit/3df5d9b))
10+
* **template:** create empty `tns-java-classes.js` internally ([#148](https://github.com/NativeScript/nativescript-dev-webpack/issues/148)) ([0fd9159](https://github.com/NativeScript/nativescript-dev-webpack/commit/0fd9159))
11+
* **templates:** prefer css templates over platform.css templates ([6fc4747](https://github.com/NativeScript/nativescript-dev-webpack/commit/6fc4747))
12+
13+
### BREAKING CHANGES:
14+
The plugin now adds `webpack.config.js` file instead of `webpack.common.js`, `webpack.android.js` and `webpack.ios.js` files.
15+
The ns-bundle script targets the `webpack.config.js` file in
16+
your repository instead of the `webpack.common.js` one. If you modified
17+
your configuration, you need to apply the changes to `webpack.config.js`.
18+
The following files are no longer needed and can be safely removed from
19+
the project: `webpack.common.js`, `webpack.android.js`,
20+
`webpack.ios.js`.
21+
22+
123
<a name="0.4.2"></a>
224
## [0.4.2](https://github.com/NativeScript/nativescript-dev-webpack/compare/0.4.1...0.4.2) (2017-05-04)
325

0 commit comments

Comments
 (0)