We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
2 parents d62f84a + 3be9e81 commit 2376eeaCopy full SHA for 2376eea
lib/services/workflow-service.ts
@@ -7,7 +7,7 @@ import { LoggerConfigData } from "../constants";
7
export class WorkflowService implements IWorkflowService {
8
private legacyWorkflowDeprecationMessage = `With the upcoming NativeScript 6.0 the Webpack workflow will become the only way of building apps.
9
More info about the reasons for this change and how to migrate your project can be found in the link below:
10
-<TODO: add link here>`;
+https://www.nativescript.org/blog/the-future-of-building-nativescript-apps`;
11
private webpackWorkflowConfirmMessage = `Do you want to switch your app to the Webpack workflow?`;
12
13
constructor(private $bundleValidatorHelper: IBundleValidatorHelper,
0 commit comments