Skip to content

Commit edce4e6

Browse files
committed
fix: remove outdated warnings
1 parent 7f479d9 commit edce4e6

File tree

1 file changed

+0
-6
lines changed

1 file changed

+0
-6
lines changed

lib/services/livesync/livesync-service.ts

-6
Original file line numberDiff line numberDiff line change
@@ -149,12 +149,6 @@ export class LiveSyncService extends EventEmitter implements IDebugLiveSyncServi
149149
private handleWarnings(liveSyncData: ILiveSyncInfo, projectData: IProjectData) {
150150
if (liveSyncData.useHotModuleReload) {
151151
this.$logger.warn("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");
152-
if (projectData.projectType === constants.NgFlavorName) {
153-
this.$logger.warn("To enable Hot Module Replacement (HMR) in Angular projects, follow the steps outlined in this wiki: https://github.com/NativeScript/nativescript-angular/wiki/HMR");
154-
}
155-
}
156-
if (liveSyncData.syncToPreviewApp && liveSyncData.bundle) {
157-
this.$logger.warn("Webpack support for the `tns preview` command 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");
158152
}
159153
}
160154

0 commit comments

Comments
 (0)