Skip to content
Merged
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
5 changes: 0 additions & 5 deletions lib/options.ts
Original file line number Diff line number Diff line change
Expand Up @@ -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: <TODO: add link here>`);
}
}

private getCorrectOptionName(optionName: string): string {
Expand Down