Skip to content

Commit 5957657

Browse files
committed
docs: remove BETA statement for HMR status
1 parent 5b35f2f commit 5957657

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

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

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -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)