Skip to content

Commit 7a79e78

Browse files
author
Dimitar Tachev
authored
Merge pull request #4563 from NativeScript/niliev/update-hmr-section
docs: remove obsolete HMR steps
2 parents a3128cd + 5957657 commit 7a79e78

File tree

1 file changed

+3
-3
lines changed

1 file changed

+3
-3
lines changed

docs/man_pages/project/testing/debug-android.md

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -9,7 +9,7 @@ position: 4
99

1010
Initiates a debugging session for your project on a connected Android device or Android emulator. When necessary, the command will prepare, build, deploy and launch the app before starting the debug session. While debugging, the output from the application is printed in the console and any changes made to your code are synchronizes with the deployed app.
1111

12-
To enable Hot Module Replacement (HMR) in Angular projects, follow the steps outlined in this wiki: https://github.com/NativeScript/nativescript-angular/wiki/HMR.
12+
To enable Hot Module Replacement (HMR) in Angular projects, follow the steps outlined in [the HMR documentation section](https://docs.nativescript.org/performance-optimizations/bundling-with-webpack#hot-module-replacement).
1313

1414
### Commands
1515

@@ -31,12 +31,12 @@ Attach the debug tools to a running app in the native emulator | `$ tns debug an
3131
* `--no-watch` - If set, changes in your code will not be reflected during the execution of this command.
3232
* `--clean` - If set, forces the complete rebuild of the native application.
3333
* `--bundle` - Specifies that the `webpack` bundler will be used to bundle the application.
34-
* `--hmr` - (Beta) Enables the hot module replacement (HMR) feature. HMR depends on `webpack` and adding the `--hmr` flag to the command will automatically enable the `--bundle` option as well.<% if(isConsole) { %> The HMR feature is currently in Beta. For more information about the current development state and any known issues, please check the relevant GitHub issue: https://github.com/NativeScript/NativeScript/issues/6398.<% } %>
34+
* `--hmr` - Enables the hot module replacement (HMR) feature. HMR depends on `webpack` and adding the `--hmr` flag to the command will automatically enable the `--bundle` option as well.<% if(isConsole) { %> For more information about the current development state and any known issues, please check the relevant GitHub issue: https://github.com/NativeScript/NativeScript/issues/6398.<% } %>
3535
* `--syncAllFiles` - Watches all production dependencies inside node_modules for changes. Triggers project rebuild if necessary!
3636

3737
<% if(isHtml) { %>
3838

39-
>Note: Hot Module Replacement (HMR) is currently in Beta. For more information about the current development state and any known issues, please check the relevant GitHub issue: https://github.com/NativeScript/NativeScript/issues/6398.
39+
>Note: For more information about HMR, the current development state and any known issues, please check the relevant GitHub issue: https://github.com/NativeScript/NativeScript/issues/6398.
4040
4141
### Command Limitations
4242

0 commit comments

Comments
 (0)