Skip to content

Commit a3128cd

Browse files
authored
Merge pull request #4588 from NativeScript/fatme/remove-message-for-bundle
chore: remove the deprecation message for `--bundle` option
2 parents 1ad9786 + 9ad0ac8 commit a3128cd

File tree

1 file changed

+0
-5
lines changed

1 file changed

+0
-5
lines changed

lib/options.ts

Lines changed: 0 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -212,11 +212,6 @@ export class Options {
212212
if (this.argv.syncAllFiles) {
213213
$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.`);
214214
}
215-
216-
if (this.argv.bundle) {
217-
$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.
218-
More info about the reasons for this change and how to migrate your project can be found in the link below: <TODO: add link here>`);
219-
}
220215
}
221216

222217
private getCorrectOptionName(optionName: string): string {

0 commit comments

Comments
 (0)