From 9ad0ac8dd19967f4fffbf884ddf3d4f5150eb053 Mon Sep 17 00:00:00 2001 From: fatme Date: Tue, 7 May 2019 12:58:46 +0300 Subject: [PATCH] chore: remove the deprecation message for `--bundle` option --- lib/options.ts | 5 ----- 1 file changed, 5 deletions(-) diff --git a/lib/options.ts b/lib/options.ts index 0e5f1045bf..63c0f9bb74 100644 --- a/lib/options.ts +++ b/lib/options.ts @@ -212,11 +212,6 @@ export class Options { if (this.argv.syncAllFiles) { $logger.warn(`"--syncAllFiles" option has been deprecated and will be removed in the upcoming NativeScript CLI v6.0.0. More info can be found in this issue https://github.com/NativeScript/nativescript-cli/issues/4518.`); } - - if (this.argv.bundle) { - $logger.warn(`"--bundle" option has been deprecated and as of NativeScript CLI v6.0.0 Webpack workflow will become the only way of building apps. - More info about the reasons for this change and how to migrate your project can be found in the link below: `); - } } private getCorrectOptionName(optionName: string): string {