|
13 | 13 | * **Angular:** apply changes in application styles at runtime with HMR ([#748](https://github.com/NativeScript/nativescript-dev-webpack/issues/748)) ([fe4abfb](https://github.com/NativeScript/nativescript-dev-webpack/commit/fe4abfb))
|
14 | 14 | * **snapshot:** the parameters passed to mksnapshot are now retrieved... ([#789](https://github.com/NativeScript/nativescript-dev-webpack/issues/789)) ([cb68dac](https://github.com/NativeScript/nativescript-dev-webpack/commit/cb68dac))
|
15 | 15 |
|
16 | | - |
17 | | -### Migration |
| 16 | +### BREAKING CHANGES |
18 | 17 |
|
19 | 18 | This version enables *Hot Module Replacement* feature in NativeScript Angular projects by default.
|
20 | 19 | There is no need to manually accept *hot* changes and you could safely remove the `module["hot"]` code inside your entry module.
|
21 | 20 |
|
| 21 | +### Migration |
| 22 | + |
| 23 | +Steps: |
| 24 | +- update the plugin by `npm i -D nativescript-dev-webpack@0.20.0` |
| 25 | +- update the `webpack.config.js` file by `./node_modules/.bin/update-ns-webpack --configs --deps` |
| 26 | +- remove any `module["hot"]` code inside your entry module. |
| 27 | + |
22 | 28 | Please, refer to [this](https://github.com/NativeScript/nativescript-angular/wiki/NativeScript-5.2-HMR-with-Angular) wiki page for detailed information.
|
23 | 29 |
|
24 | 30 | <a name="0.19.2"></a>
|
|
0 commit comments