Skip to content

Commit 52f6dbb

Browse files
author
Dimitar Tachev
authored
Merge pull request #4065 from NativeScript/tachev/fix-preview-help
docs: unified the beta warning in the preview help
2 parents cc7e33e + e2f1cf8 commit 52f6dbb

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

docs/man_pages/project/testing/preview.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -25,7 +25,7 @@ Generates a QR code that can be scanned by the NativeScript PlayGround app | `tn
2525

2626
### Options
2727

28-
* `--bundle` - Specifies that the `webpack` bundler will be used to bundle the application.<% if(isConsole) { %> The support for webpack in preview is currently in Beta. Please, do not hesitate to report any problems that you experience with the feature by opening a new issue in the NativeScript CLI repository: https://github.com/NativeScript/nativescript-cli/issues/new/choose.<% } %>
28+
* `--bundle` - (Beta) Specifies that the `webpack` bundler will be used to bundle the application.<% if(isConsole) { %> The support for webpack in preview is currently in Beta. Please, do not hesitate to report any problems that you experience with the feature by opening a new issue in the NativeScript CLI repository: https://github.com/NativeScript/nativescript-cli/issues/new/choose.<% } %>
2929
* `--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.<% } %>
3030

3131
<% if(isHtml) { %>

0 commit comments

Comments
 (0)