You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Copy file name to clipboardExpand all lines: lib/options.ts
-5Lines changed: 0 additions & 5 deletions
Original file line number
Diff line number
Diff line change
@@ -212,11 +212,6 @@ export class Options {
212
212
if(this.argv.syncAllFiles){
213
213
$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.`);
214
214
}
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>`);
0 commit comments